h1{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-size: 5vw;
    font-weight: normal;
    padding-top: 19%;
}
h2{
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bold;
}
.img-st{
    padding-bottom: 19%;
}

body{
    background-image: url(/img/Textures_overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
    height: 100vh;
}