*{
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 { 
    margin-top: 20px;
    text-align: center;
    color: #004526;
    font-family: times;
    font-size: 55px;
}
#footer{
    text-align: center;
    font-size: 15px;
    margin-top: 150px;
    color: #004526;
}