body{
    background-color: rgb(207, 233, 255);
    font-family: 'Playfair Display', serif;
}

a{
    text-decoration: none;
    color: rgb(11, 33, 58);
}
footer{
   background-color: #00000054;
   color: #ffff;
}