.home {
  height: 100vh;
  width: 100vw;
  background: linear-gradient(170deg, #000000 26%, #160946 44%, #561079 49%, #a31205 50%, #c21010 50%, #FF4433 61%, #000000 72%, #000000 79%, #000000 87%, #000000 89%, #000000 89%, #000000 100%);
  
  display: flex;
  justify-content: center;
  align-items: center;
}


.lofi {
  font-size: clamp(20px, 4em, 6em);
 
  font-weight:36;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial;
  color: transparent;
  position: relative;
  display: block;
  letter-spacing: -15px;
  transform: rotate(-10deg) skew(-20deg);
  margin-bottom: -36px;
}

.lofi-text {
 
  font-size: clamp(10px, 1em,36px);
  font-weight: bold;
  font-family: Arial;
  color: transparent;
  position: relative;
  display: block;
 
  margin-bottom: -36px;
}

.letter {
  -webkit-text-stroke: 10px #AEFD6C;
  margin-top: -8px;
  display: inline-block;
  padding: 0 1px;
  -webkit-animation: glow 2.5s linear infinite;
  animation: glow 2.5s linear infinite;
}

* {
  box-sizing: border-box;
}

h1 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 -10px #FF4433;
  }
  40% {
    box-shadow: 0 0 20px #FF4433;
  }
  60% {
    box-shadow: 0 0 20px #FF4433;
  }
  100% {
    box-shadow: 0 0 -10px #FF4433;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 -10px #c4a300;
  }
  40% {
    box-shadow: 0 0 20px #c4a300;
  }
  60% {
    box-shadow: 0 0 20px #c4a300;
  }
  100% {
    box-shadow: 0 0 -10px #c4a300;
  }
}
@keyframes glow {
  0% {
    filter: drop-shadow(0 0 6px #CF33D9) drop-shadow(0 0 6px #CF33D9);
  }
  50% {
    filter: drop-shadow(0 0 1px #CF33D9) drop-shadow(0 0 1px #CF33D9);
  }
  100% {
    filter: drop-shadow(0 0 6px #CF33D9) drop-shadow(0 0 6px #CF33D9);
  }
}
