body {
  margin: 0;
  background: #020202;
  cursor: crosshair;
}
canvas{display:block}
h1 {
  margin-top:50px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 3em;
  font-weight: 900;
  -webkit-user-select: none;
  user-select: none;
}

#video{
  margin:-200px  auto 0;
  width: 60%;
  z-index: -1;
}

small{
  color: #ddd;
}

i{ 
color: #43221B;
}