body {
  cursor: crosshair;
  overflow: hidden;
}

body, p, h1 {
  margin: 0;
  padding: 0;
}

canvas {
  display: block;
}

#index-video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  background-size: cover;
  overflow: hidden;
  mix-blend-mode: screen;
}

.index-video-wrapper {
  height: 100%;
  width: 100%;
  background-size: cover;
}

button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  z-index: 10;
  font-family: BergenMono;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
}

.background_txt {
  background-color: #fff;
  padding: 6px 23px;
  border-radius: 4px;
  text-transform: uppercase;
}

.title-section {
  position: absolute;
  left: 130px;
  top: 40px;
  font-family: BergenMono;
  text-transform: uppercase;
  font-size: 1rem;
  max-width: 430px;
}

.title {
  position: relative;
  display: inline-flex;
  font-family: BergenMono;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 20px;
}

.content {
  position: relative;
  font-size: 0.9rem;
  padding: 12px 23px;
  line-height: 21px;
}

.mousepos {
  position: absolute;
  right: 130px;
  top: 40px;
}