@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'lain';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Momot.ttf') format('truetype'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#typed {
  font-family: 'lain';
  color: rgb(0, 0, 0);
}

a {
  z-index: 1;
}

div {
    background-color: rgb(0, 0, 0);
}

p { 
    color: #f00;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
a {
  color: rgba(255, 0, 0, 0.851);
}

#start-text{
   opacity: 1;                 /* start invisible */
  transition: opacity 0.4s ease; 
}

#scope canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: -1;          /* behind everything */
  pointer-events: none; /* allow clicks through */
  opacity: 0.8;         /* optional dimming */
}

.top-content {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

#typed {
  font-family: 'lain';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10; 
  color: rgb(255, 255, 255);
  font-size: 1em;
  text-align: center;
}

#volume-holder {
    display: none !important;
  }
