body {
    font-family: Arial, sans-serif;
    text-align: center;
}
h1 {
    color: #a94442;
    font-size: 150%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60%;
    width: 100%;
}
footer {
    font-size: 80%;
    color: gray;
    text-align: center;
    margin-top: 8.8%;
    margin-bottom: 0.2%;
}
img{
    width: 28%;
    height: 28%;
}
a{
    color: gray;
    font-size: 70%;
    text-decoration: none;
}
