body
{
    background-color: hwb(209 0% 58%);
}

h1
{
    color: white;
    text-align: center;
}

p
{
    font-family: verdana;
    font-size: 20px;
    text-align: center;
    color: white;
}

div
{
    text-align: center;
}

footer
{
    text-align: center;
    color: white;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}

a{
   color:white;
   text-decoration: none;
   font-size: 22px;
 }
