footer{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h1{
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

h2{
    color: #075AAB;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}

h3{
    margin-bottom: 0rem;
    margin-top: 2rem;
}

body{
    background-color: beige;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

a{
    color: blue;
    text-decoration: none;
}

a.hover{
    color: red;
    text-decoration: none;
}