
a:any-link{
    text-decoration: none;
    color: white;
    font-size: 20px;
 
}

li{
    list-style: none;
}

*{ 
  
    margin: 0;
    padding: 0; 
}


body{
    overflow-y: hidden;
    overflow-x: hidden;
}



.video_box{
      height: 100vh;
    width: 100%;
 

}

video{
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

ul{width: 100%;
     position: absolute;
    display: flex;
    gap: 5px;
    left: 47%;
   bottom: 11%;
    
}

.menu{
 width: 8%;
    height: 40vh;
    background-color: transparent;
  float:left;
    cursor: pointer;
}

.menu a{
     width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
}

