body {
    background-color: #FFFEFF;
    color : #474234
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-align: center;
    height: 100vh;
    align-items: center;
}

figure {
    display: flex;
    max-width: 80%;
    max-height: 60vh;
    justify-content: center;
}

img {
    text-align: center;
    max-width: 100%;
}

h1 {

}