body {
  background: black;
  cursor: crosshair;
}
#container {
  position: absolute;
  inset: 0;
}
.overlai {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
}
#ytplayer {
  margin: auto;
  width: min(50vw, 300px);
  height: min(27.5vw, 166px);
  box-shadow: 0px 0px 35px -5px rgba(0, 0, 0, 1);
  border-radius: min(2vw, 5px);
  background: black;
}
#hiidr {
  text-align: center;
  height: 33vh;
  font-size: min(12vh, 12vw);
  display: flex;
  flex-direction: column;
  font-family: "Courier Prime", Courier, monospace;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  letter-spacing: min(1vh, 0.8vw);
  opacity: 0.5;
}
#footr {
  height: 33vh;
  font-size: 5vw;
  display: flex;
  flex-direction: column;
}
