:root {
  font-family: 
}

body {
  background-color: #f5f1e7; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}

.retro-text {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: white;
  -webkit-text-stroke: 2px black; 
}


.layer1 {
  color: #12a3e7; 
}

.layer2 {
  color: #25b046; 
}

.layer3 {
  color: #fdbe2d;
}

.layer4 {
  color: #ff8000;
}

.layer5 {
  color: #e62011;
}

.layer6 {
  color: white; 
}