        * {
          margin-top: 0;
          padding-bottom: 0;
        }

    .fullscreen-video-container {
      position: relative;
      height: 100vh;
      width: 100vw;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
        }

    .fullscreen-video-container video {
      position: absolute;
      width: 80%;
      height: 80%;
      min-width: 33%;
      min-height: 33%;
      top: 30%;
      left: 50%;
      transform: translate(-50%,-30%);
      z-index: -1;
    }
    .fullscreen-video-content {
      background-color: rgba(255,255,255,0.8);
      padding: 30px;
      border-radius: 5px;
      margin-top:-20%;
      margin-left:+0%;
    }

    a {
      text-decoration: none;
      color:black;
    }