body{
    background-color: rgb(255, 255, 255);
    margin: 10px;
}

h1{
    text-align: center;
}

nav{
    text-align: center;
}

figcaption{
    text-align: center;
    font-weight: bold;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

footer{
    text-align: center;
}

.footer p{
    color: antiquewhite;
    font-size: 1.25em;
}