/* Custom CSS */

html, body {
    
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    
    font-weight: 300;
    
    
    color: #FFFFFF;
    
    height: 100%;
    min-height: 100%;
    
    font-size: 18px;
    line-height: 1.5;
    
}

strong {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
}

a, a:link, a:active, a:hover, a:focus {
    color: #FFFFFF;
}

.details {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
  
.video-element {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}