html *{/*outline: 1px solid red;*/}
    .centralimg{
        width: 30%;
    }

#background-image{
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

#background-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
 }

 body{background-color: rgb(255, 255, 255);}
 h1, h2 {
    color: rgb(0, 0, 0);
    font-weight: bold; text-align: center;
 }
 
 /* Reset some default styles */
 body, html,div {
    margin: 0;
    padding: 0;
    font-family: "Cormorant Garamond", serif;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    z-index: -2;
 }
 
 /* Center the content and style the text */
 :not(.footer){
    h1, h2 {
     position: relative;
     color: black;
     font-size: 3em;
     margin-bottom: 20px;
    }
}
 
 label, p{
     display: block;
     margin: 15px 50px;
     font-size: 26px;
 }

div.sitation{
    flex-direction: column;
    p{
        text-align: center;
        span{
            font-style: oblique 40deg;
         }
    }
}


 label { color: #FFFFFF;}
  
 footer *{color: black;}

 @media screen and (max-width: 1250px) {.centralimg{width: 60%;}}