/* Style the video: 100% width and height to cover the entire window */
.myVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
    display:flex;
    overflow:hidden;
        z-index:-3;
    object-fit: cover;

}

img {
    width:300px;
    height:auto;
     padding: 0px;
    z-index:1;
}
.myvideo video
{
        object-fit: cover;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background-color: none;
      font-family: Arial, Helvetica, sans-serif;
}

ul li {
  float: left;
      font-family: Arial, Helvetica, sans-serif;
}

ul li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
    
}

ul li a:hover:not(.active) {
  background-color: none;
}

ul li a.active {
  background-color: none;
}

p {
       font-family: Arial, Helvetica, sans-serif;
}

.text {
  position: absolute;
  top: 50%;
    font-size: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
}

}