html, body {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  max-width: 100%;
  overflow-x: hidden;
  background-repeat: no-repeat; 
  background-color: black;
  background-position: center;
  font-family: 'Quicksand', sans-serif;
  background-color: black;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h1{
  text-shadow:
    0 0 7px lightgrey,
    0 0 10px #be9bd6,
    0 0 21px #a372c6,
    0 0 42px #7c36ad,
    0 0 82px #7c36ad,
    0 0 92px #7c36ad,
    0 0 102px #7c36ad,
    0 0 151px #7c36ad
}

a{
  font-weight: 500;
  text-decoration: none;
  color: white;
}

li{
  display: inline;
  text-shadow:
    0 0 7px lightgrey,
    0 0 10px #be9bd6,
    0 0 21px #a372c6,
    0 0 42px #7c36ad,
    0 0 82px #7c36ad,
    0 0 92px #7c36ad,
    0 0 102px #7c36ad,
    0 0 151px #7c36ad
}

.haha{
  color: white;
  z-index: 10;
  font-weight: 800; 
  font-size: 64px;
}

.vid{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  user-select: none;
  pointer-events: none;
  opacity: 0.5; 
}

.vid-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.vid-player {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.player{
  width: 100%; 
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bozo{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.menu{
  position: absolute;
  text-align: center;
  top: 53%;
  margin-left: 5vh;
  width: 100%;
  z-index: 10;
  color: white;
  font-size: 18px;
}



/* 


*/