  @font-face {
    font-family: "Norwester";
    src: url(./MonoThin.woff2);
  }
  @font-face {
    font-family: "Rose";
    src: url(./Rose.otf);
  }

  :root {
    --text: #fafafa;
    --accent: #ff1453;
    --glow: #ffffff65;
    --background: #0a0a0a;
  }

  html,
  body {
    margin: 0;
    font-family: "Norwester" !important;
    background-color: var(--background);
    color: var(--text);
  }

  * {
    font-family: "Norwester", serif !important;
  }

  #Cursor {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    background-color: var(--text);
    mix-blend-mode: difference;
    background-blend-mode: difference;
    transform: scale(1);
    transition-property: scale, transform, translate;
    transition-duration: 300ms, 25ms, 25ms;
    transition-timing-function: ease-out, ease-out, ease-out;
    z-index: 1000;
    box-shadow: 0 0 20px var(--glow), 0 0 30px var(--glow), 0 0 40px var(--glow);
  }

  #FirstInput {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    
    height: auto;
    width: auto;
    font-size: 3em;
    font-family: "Rose" !important;
    letter-spacing: 0.2rem;

    transition: all 1000ms;
    text-align: center;
    transform-origin: center;

    user-select: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
  }

  #Video {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    opacity: 0;
    transition: opacity 10s, transform 350ms ease-out, filter 250ms ease-out;
    filter: blur(24px) grayscale(75%) sepia(75%) hue-rotate(-50deg) saturate(500%);
  }

  #Title {
    position: absolute;
    width: 35%;
    height: auto;
    top: 15%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);

    transition: opacity 150ms ease-out;

    image-rendering: crisp-edges;
    object-fit: contain;
    mix-blend-mode: exclusion;
    pointer-events: none;
    user-select: none;

    z-index: 6;
  }

  #C {
    position: absolute;
    width: 3.5%;
    height: auto;
    image-rendering: pixelated;;
    top: 15.5%;
    left: 54.75%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
    opacity: 0;

    image-rendering: crisp-edges;
    object-fit: contain;
    mix-blend-mode: exclusion;

    transition: transform 5s ease-out, opacity 1s ease-out;

    z-index: 6;
  }

  #Paper {
    position: absolute;
    top: 75%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: 15%;
    object-fit: contain;
    image-rendering: crisp-edges;
    mix-blend-mode: hard-light;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: all 1s ease-in-out, transform 0ms linear;
    z-index: 3;
  }

  #Nyan {
    position: absolute;
    top: 77.5%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    object-fit: contain;
    image-rendering: optimizeQuality;
    pointer-events: none;
    user-select: none;
    mix-blend-mode: exclusion;
    opacity: 0;
    transition: all 1s ease-in-out, transform 0ms ease-out;
    z-index: 3;
  }
  #Nya2 {
    position: absolute;
    bottom: 0%;
    width: auto;
    height: 0%;
    object-fit: contain;
    image-rendering: optimizeQuality;
    mix-blend-mode: exclusion;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    transition: all 1s ease-in-out, transform 0ms ease-out;
    z-index: 3;
  }

  #Wipe {
    position: absolute;
    width: 0%;
    height: 100%;
    transition: all 1s ease-in-out;
  }

  #Me {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -50%) scale(1);
    width: 50%;
    height: 60%;
    z-index: 4;
  }

  #Hobbies {
    position: absolute;
    width: 1000vw;
    height: auto;
    top: 30%;
    left: 2.5%;
    text-align: left;
    color: var(--text);
    font-size: 1.5vh;
    filter: contrast(150%) brightness(110%);
    mix-blend-mode: screen;
    z-index: 6;
    text-shadow: 2px 6px 4px rgba(255, 32, 125, 0.7);
  }
  #Hobbies::selection {
    color: #000;
    background: var(--text)
  }
  #Music {
    position: absolute;
    width: 100%;
    height: auto;
    top: -10%;
    text-align: center;
    color: var(--text);
    font-size: 1.25vh;
    transform: translate(0%, 0%);
    filter: contrast(150%) brightness(110%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: top 1s ease-in-out, opacity 1.5s ease-in-out;
    z-index: 6;
    text-shadow: 2px 6px 4px rgba(255, 32, 125, 0.7);
  }

  .Hyperlink {
    color: var(--accent);
    text-decoration: underline dotted transparent;
    transition: text-decoration 1s ease-out, color 1s ease-out, opacity 0ms linear;;
    mix-blend-mode: exclusion;
  }
  .Hyperlink:hover {
    color: var(--text);
    text-decoration-color: var(--text);
  }

  #Discord {
    opacity: 0;
    position: absolute;
    top: 85%;
    width: 100%;
    height: auto;
    color: var(--accent);
    background-color: #ffffff00;
    border: none;
    font-size: 1.5vh;
    z-index: 6;
    text-decoration: underline dotted transparent;
    transition: text-decoration 1s ease-out, color 1s ease-out, opacity 0ms linear;;
    mix-blend-mode: exclusion;
  }
  #Discord:hover {
    color: var(--text);
    text-decoration-color: var(--text);
  }

  #VisualizerCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  #NoiseOverlay {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: url(#Noise);
    opacity: 0;
    mix-blend-mode: color-burn;
    z-index: 8;
  }

  #Capture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
  }

  html,
  html * {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: none;
    overflow: hidden;
  }
  
#Code {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1vh;
  font-weight: bold;
  width: auto;
  height: auto;
  color: #000;
  background: #fff;
  border: none;
  text-align: center;
  transition: all 1s ease-out;
  z-index: 9;
}

#Code:focus {
  outline: none;
}

#Warning {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  background-color: #fff;
  color: #000;
  text-align: center;
  transform: translate(0%, -50%);
  visibility: hidden;
  z-index: 999999;
}

#WarningDiv {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  visibility: hidden;
  z-index: 99999;
}

body {
  visibility: visible;
  background-color: #000;
}

body::after {
  content: "> Loading <";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vh;
  color: var(--text);
  background: #000;
  z-index: 9999;
}

body.loaded::after {
  content: "";
  display: none;
}
