:root {
  font-family: 
}

body {
  background-color: #f5f1e7; 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: -500px;
  margin-left: -1100px;
}

.retro-text {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 250px;
  font-weight: 700;
  color: white;
  -webkit-text-stroke: 2px black; 
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
}

.layer1 {
  color: #e62011; 
  font-weight: 700;
  transform: translate(-6px, 500px);
  z-index: 1;
}

.layer2 {
  color: #ff8000;
  font-weight: 600;
  transform: translate(-5px, 400px);
  z-index: 2;
}

.layer3 {
  color: #fdbe2d;
  font-weight: 500;
  transform: translate(-4px, 300px);
  z-index: 3;
}

.layer4 {
  color: #25b046;
  font-weight: 400;
  transform: translate(-3px, 200px);
  z-index: 4;
}

.layer5 {
  color: #12a3e7;
  font-weight: 300;
  transform: translate(-2px, 100px);
  z-index: 5;
}

.layer6 {
  color: white;
  font-weight: 200;
  transform: translate(0, 0);
  z-index: 5;
}