
video { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

h1 {
  font-family: Moderne Sans, sans-serif;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  letter-spacing: .5rem;
}
nav a {
  text-decoration: none;
  color: inherit;
  padding: 1rem;
}
h2 { 
  font-family: Century Schoolbook, Century Schoolbook L, Georgia, serif;
  font-size: 8vmin;
  text-align: center;
  margin: 2rem 3rem 0;
  mix-blend-mode: overlay;
  color: #fff;
  font-weight: 100;
}
/*navbar*/
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 10%;
    background-color: #08121257;
    position: relative;
    height: 100%;
    overflow: auto;
  }
  
  li a {
    display: block;
    color: #1aa1f5;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 19px;
  }
  
  li a.active {
    background-color: #fff9f9d0;
    color: rgb(32, 8, 247);
  }
  
  li a:hover:not(.active) {
    background-color: #030303;
    color: white;
  }
  .button {
    font-size: 3em;
    padding: 10px;
    color: #ffffff;
    border: 2px solid #3cbaf5;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }

  