body{
    margin: 0;
}

figure{
    display: flex;
    flex-direction: column;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-inline: 5vw;
    max-width: 100vw;
    align-items: center;
    justify-content: center;
    height: 100vh;
    height: 100svh;
    margin: 0;
}

figure img{
    width: 100%;
    margin-bottom: 3vh;
}

figure figcaption{
    font-size: 32px;
    text-transform: uppercase;
}