*{
    margin-top: 10px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: hsl(210, 14%, 53%);
}


h1{
    color: rgb(35, 59, 83);
    font-size: 50px;
    text-decoration:underline;
}

h2{
    color:rgb(35, 59, 83);
    font-size: 30px;
}

h3{
    color: rgb(35, 59, 83);
    font-size: 25px;
}

a{
    color: rgb(35, 59, 83);
    font-size: 20px;
}

a:hover{
    color: rgb(196, 226, 255);
}

#grid{
    display: grid;
    grid-template-columns: 20% 20%;
    justify-content: center;
    align-items: center;
}