body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

#video {
	position: absolute;
	top: 0;
	left: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
	z-index: -1;
}

#cu {
	position: fixed;
	bottom: 100px;
  right: 100px;
	z-index: 0;
  height: 20%;
}

#story {
  width: 500px;
  color: white;
  background-color: black;
  font-family: monospace;
  white-space: pre-line;
  margin: 50px;
  position: absolute;
}

video {
  filter: grayscale(1);
}

a {
  color: red;
  text-decoration: none;
}