/* color refers to the text color, not the background */

body {
    background-color: #f5f5f5;
}

h1 {
    font-family:'GFS Didot';
    text-align: center;
    font-size: 70px;
}

.Subtitles {
    text-align: center;
}

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

h2 {
    text-align: center;
}

figcaption {
    text-align: center;
}