body, html {
    margin-left: 10%;
    margin-right: 10%;
    padding: 0;
    max-width: 130em;
    margin: auto;
    
}

.margin1{
    margin-left: 5%;
    margin-right: 5%;
}

.margin2{
    margin-left: 7%;
    margin-right: 7%;
}

.center-fit1 {
    max-width: 100%;
    max-height: 70vh;
    margin: auto;
}

.imgbox {
    display: grid;
    height: 100%;
}

.center-fit {
    max-width: 100%;
    max-height: 85vh;
    margin: auto;
}

header {
    display: block;
    margin: 35px auto 44px auto;
    width: 500px;
   }
   header.fixed {
    position: fixed;
    width: 100% !important;
   }
   header h1 {
    font-family: 'Poiret One';
    display: block;
    letter-spacing: 3px;
    font-size: 3.5em;
    color: grey;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 12px;
    font-weight: normal;
   }
   header h1 a {
    font-weight: normal;
    color: grey;
    text-decoration:none !important; 
   }
   nav a {
    font-family: 'Poiret One';
    font-size: 2em;
    color: grey;
    padding: 3px 8px 1px 8px;
    margin: 0 2px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    text-decoration:none !important; 
   }
   nav a:hover {
    color: #cccbcb;
    background: white;
   }


   a {
    font-family: 'Poiret One';
    font-size: 1.3em;
    color: grey;
    left: 50%;
    top: 47.5%;
    transform: translateX(-50%) translateY(-50%);
    background: #FFFFFF;
    text-decoration:none !important; 
   }
   a:hover {
    color: #cccbcb;
    background: white;
   }

   div.wrapper {
    display: block;
    margin: 0px auto 100px auto;
   
    width: 500px;
    text-align: center;
   }
   div.wrapper div.description {
    background: #FFFFFF;
    padding: 25px 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    line-height: 1.5em;
   }
   div.wrapper div.description img {
    max-width: 400px;
    height: auto;
   }



.center-text {
text-align: center;
}


.video2 {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; 
    height: 100%;
    object-fit: cover;
  }
  
  .wrapper2 {
    width:auto;
  }
  

    