h1 {
    text-align: center;
    font-family: Georgia;
    color: #000000;
}

body {
    background: #DDDDDD;
    font-family: Georgia;
    color: #000000;
}
p{
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    color: #000000;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption {
    text-align: center;
    color: #000000;
}