body {
    background-color: rgb(255, 72, 72);
    img:hover {opacity: 0.9;}
}

h1 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: whitesmoke;
    border: solid 2px red;
    border-radius: 15px;
    background-color: rgb(255, 0, 0);
    margin: auto;
    width: max-content;
    padding: 10px;
}

p {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: aliceblue;
    border: solid 2px red;
    border-radius: 15px;
    background-color: rgb(255, 0, 0);
    margin: auto;
    width: max-content;
    padding: 3px;
}

a {
    color: black;
    background-color: whitesmoke;
    border: solid 1px black;
    border-radius: 6px;
    margin: auto;
    width: max-content;
    padding: 1px;
}

.page {
    background-color: rgb(255, 72, 72);
    border: none;
}

.link {
    background-color: rgb(255, 72, 72);
    border: none;
}

.img {
    background-color: rgb(255, 72, 72);
    border: none;
    margin: auto;
}