  @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 100ms 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: 20%;
    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);
  }
  #Music {
    position: absolute;
    width: 1000vw;
    left: 50%;
    height: auto;
    top: -10%;
    text-align: left;
    color: var(--text);
    font-size: 1.25vh;
    transform: translate(-.75%, 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);
  }

  #Discord {
    position: absolute;
    top: 85%;
    width: 100%;
    height: auto;
    color: var(--accent);
    background-color: #ffffff00;
    border: none;
    font-size: 1.5vh;
    z-index: 6;
    opacity: 0;
    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);
  }

  html,
  html * {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: none;
    overflow: hidden;
  }
