container {
    position: relative;
    top: 50%;
    transform: translateY(20%);
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 68%;
    max-width: 1695px;
}

div {
    display: block;
    text-align: center;
    margin: 2vh;

    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

.title {
    font-size: 10vh;
    font-style: normal;
}

.subtitle {
    font-size: 4vh;
    font-style: italic;
    font-weight: 200;
}