@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

body {
  margin-top: 0px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fbc400;
}

.svg-container {
  margin-top: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}


.container-cross {
  margin-top: -650px;
  z-index: -2;
}


.rotating-svg {
  animation: rotate-background 2s ease-in-out infinite;
}


.rotating-svg1 {
margin-top: -130px;
margin-left: -280px;
  animation: rotate-background 2s ease-in-out infinite;
}

@keyframes rotate-background {
  0% {
    transform: scaleY(1.5) rotate(0deg);
    fill: #ffbf00; 
  }
  10% {
    transform: scale(0.5) rotate(180deg);
    fill: #FF5722; 
  }
  20% {
    transform: scale(0.5) rotate(270deg);
    fill: #9C27B0; 
  }
  30% {
    transform: scale(1.5) rotate(280deg);
    fill: #3F51B5;
  }
  100% {
    transform: scale(1.5) rotate(360deg);
    fill: #ffbf00; 
  }
}


.rotating-circle-svg {
  scale: 0.2;
  top: 10%;
  left: 15%;
  animation: circle-background 2s ease-in-out infinite;
}

@keyframes circle-background {
  0% {
    transform: translate(-50%, -50%) scaleY(3.5) rotate(0deg);
    fill: #ffbf00; 
  }
  10% {
    transform: translate(-50%, -50%) scale(0.5) rotate(-180deg);
    fill: #FF5722;
  }
  20% {
    transform: translate(-50%, -50%) scale(2.5) rotate(-270deg);
    fill: #9C27B0; 
  }
  30% {
    transform: translate(-50%, -50%) scale(1.5) rotate(-280deg);
    fill: #3F51B5; 
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5) rotate(-360deg);
    fill: #ffbf00; 
  }
}


.grid-container {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: auto; 

  width: 80%;
  max-width: 800px;
}


.grid-item {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-size: 1rem;
  position: relative;
}

  .grid-item:hover {
    background-color: transparent;
  }

.item-1 {
  margin-left: -150px;
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: 'Roboto Serif'; 
  font-variation-settings: "wdth" 106, "opsz" 144, "wght" 400, "GRAD" -40;
  font-size: 11.5rem;
  color: black;
  transform-origin: center; 
  height: 200px;
  grid-column: span 2;
  grid-row: span 1;
  background-color: transparent;
  animation: rotate-with-pause 2s linear infinite;
}

@keyframes rotate-with-pause {
  0% {
    transform: scaleX(0.45) scaleY(1.3) rotate(0deg);
    font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
  }
  10% {
    transform: scaleX(0.45) scaleY(1.3) rotate(360deg);
  }
  20% {
    transform: scaleX(0.45) scaleY(1.3) rotate(360deg); 
    font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
  }

  100% {
    transform: scaleX(0.45) scaleY(1.3) rotate(360deg);
    font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
  }
}



.item-2 {
  margin-left: -100px;
  padding-right: 40%;
  padding-left: 50px;
  padding-bottom: 120px;
  padding-top: 2rem;
  height: 50px; 
  width: 250px;
  margin-top: 150px;
  grid-column: span 1;
  grid-row: span 2; 
  font-family: 'Roboto Serif'; 
  font-size: 8rem;
  color: black;
  animation: item2-anim 0.5s 1s infinite alternate;
  background-color: #FFD700;
  border-radius: 50%;
}

@keyframes item2-anim {
  0% {
    font-variation-settings: "wdth" 150, "opsz" 65, "wght" 100, "GRAD" -50;
    transform: scaleX(0.5) scaleY(1) translateY(-3rem) translateX(7rem);
  }
  100% {
    font-variation-settings: "wdth" 150, "opsz" 65, "wght" 600, "GRAD" 100;
    transform: scaleX(0.5) scaleY(1) translateY(20rem) translateX(7rem);
  }
}


.item-3 {
  font-family: 'Roboto Serif'; 
  margin-left: -100px;
  padding-top: 0px;
  margin-bottom: 0px;
  font-size: 5rem;
  color: black;
  height: 50px;
  margin-top: 200px;
  grid-column: span 1;
  transform: scaleX(3) rotate(-90deg);
  grid-row: span 1;
  /* animation: item3-anim 0.5s 1s infinite alternate; */
  animation: glitch 0.5s 1s infinite alternate;
}


@keyframes item3-anim {
  0% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

  2% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(1) scaleY(0.2) rotate(-90deg);
  }  
 3% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.2) scaleY(0.2) translateY(-50px) rotate(-90deg);
  }
 4% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.2) scaleY(0.2) translateY(150px) rotate(-90deg);
  }
 5% 
 { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
  transform: scaleX(1) scaleY(1) rotate(-90deg);
  }
 6% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg)
  }
 7% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }
  9% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }
  10% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

  20% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(1) scaleY(0.2) rotate(-90deg);
  }

  30% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.2) scaleY(0.3) translateY(-50px) rotate(-90deg);
  }

 40% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

 50% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

  60% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

  70% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

 80% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

90% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }

  100% 
  { font-variation-settings: "wdth" 150, "opsz" 300, "wght" 600, "GRAD" 100; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px) rotate(-90deg);
  }
}

.item-4 {
  height: 100px;
  margin-bottom: 170px;
  margin-left: -25px;
  grid-column: span 2; 
  grid-row: span 1;
  font-family: 'Roboto Serif'; 
  font-size: 11.5rem;
  color: black;
  transform: scaleX(0.53) scaleY(1) translateY(-4rem);
  transform-origin: top left;
  animation: glitch 0.5s 1s infinite alternate;
  position: relative; 
}

.item-4-fuck {
  font-family: 'Roboto Serif'; 
  font-size: 13rem; 
  color: black;
  text-align: center;
  position: absolute;
  top: 120%; 
  left: 70%;
  transform: translateX(-50%); 
}


@keyframes item4-anim {
  0% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  100% 
  { font-variation-settings: "wdth" 150, "opsz" 300, "wght" 600, "GRAD" 100; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
}

.item-5 {
  font-family: 'Roboto Serif'; 
  color: white;
  font-size: 3rem;
  height: 70px;
  width: 300px;
  margin-top: 190px;
  margin-left: -30px;
  padding-top: 40px;
  grid-column: span 1;
  grid-row: span 1; 
  background-color: #FFD700;
  animation: item5-anim 0.5s 1s infinite alternate;
  border-radius: 5%;
}



@keyframes item5-anim {
  0% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);

  }

  2% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(1) scaleY(1);
  }  
 3% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
 4% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
 5% 
 { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
  transform: scaleX(1) scaleY(1);
  }
 6% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
 7% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
  9% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
  10% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  20% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  30% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.2) scaleY(0.3) translateY(-50px);
  }

 40% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

 50% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  60% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  70% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

 80% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

90% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }

  100% 
  { font-variation-settings: "wdth" 150, "opsz" 300, "wght" 600, "GRAD" 100; 
    transform: scaleX(0.52) scaleY(2) translateY(-50px);
  }
}

.item-6 {
  font-family: 'Roboto Serif', bold;
  font-size: 10rem;
  line-height: 8rem;
  padding-top: 35px;
  color: #FFD700;
  height: auto;
  width: auto;
  margin: -30px;
  grid-column: span 1;
  grid-row: span 1;
  display: block; 
  text-align: center;
}

.letter {
  display: block; 
  opacity: 0; 
  animation: fadeInOut 3s infinite; 
}

.letter:nth-child(1) {
  animation-delay: 0.5s;
}

.letter:nth-child(2) {
  animation-delay: 1s;
}

.letter:nth-child(3) {
  animation-delay: 1.5s;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}






.item-7 {
  width: 535px;
  height: 250px;
  font-family: 'Roboto Serif' bold;
  font-size: 15rem;
  text-align: left;
  color: rgb(255, 255, 255);
  grid-column: span 3;
  grid-row: span 1;
  background-color: #000000;
  animation: glitch 0.5s 1s infinite alternate;
}


@keyframes item7-anim {
  0% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 

    background-color: #FFD700;
  }

  5% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
    background-color: white;

  }

  10% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 

    background-color: #FFD700;
  }

  15% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
    background-color: white;
  }

20% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 

    background-color: #FFD700;
  }

  25% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 
    background-color: white;
  }

  30% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 

    background-color: #FFD700;
  }

  35% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; 

  }

100% 
  { font-variation-settings: "wdth" 100, "opsz" 144, "wght" 300, "GRAD" -50; 

    background-color: #FFD700;
  }

}


.grid-item video {
  display: none;
}

.grid-item:hover video {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}


@keyframes glitch { 
  0% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  1% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  2% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  3% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  4% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  5% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  6% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  7% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  8% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  9% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  10% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  11% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  12% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  13% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  14% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  15% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  16% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  17% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  18% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  19% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  20% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  21% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  22% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  23% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  24% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  25% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  26% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
  27% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
  28% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  29% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  30% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  31% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  32% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  33% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  34% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  35% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  36% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  37% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  38% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  39% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  40% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  41% { text-shadow: 45px 0 0 #0c33f5, -45px 0 0 lime; filter: blur(0);}
  42% { text-shadow: 0 0 0 #0c33f5, 0 0 0 lime; filter: blur(0);}
  43% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  44% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  45% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  46% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  47% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  48% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  49% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  50% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  51% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  52% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  53% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  54% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  55% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0.5px);}
  56% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  57% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  58% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  59% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  60% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  61% { text-shadow: 30px 0 0 red, -30px 0 0 lime; filter: blur(0);}
  62% { text-shadow: 0 0 0 red, 0 0 0 lime; filter: blur(0);}
  63% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  64% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  65% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  66% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  67% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  68% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  69% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  70% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  71% { text-shadow: 50px 0 0 red, -50px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  72% { text-shadow: 0 0 0 red, 0 0 0 #0c33f5; filter: blur(0);font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  73% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  74% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  75% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  76% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  77% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  78% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  79% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  80% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 400, "GRAD" -50; }
  81% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  82% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  83% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  84% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  85% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  86% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  87% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  88% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  89% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  90% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  91% { text-shadow: 60px 0 0 lime, -60px 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  92% { text-shadow: 0 0 0 lime, 0 0 0 #0c33f5; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  92% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  93% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  94% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  95% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0); font-variation-settings: "wdth" 100, "opsz" 144, "wght" 900, "GRAD" -50; }
  96% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  97% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  98% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  99% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  100% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);} }