:root {
  font-family: 
}

body {
  background-color: #f5f1e7; 
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin-top: -200px;
  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: #ff3b30; 
  transform: translate(10px, 10px);
  z-index: 1;
}

.layer2 {
  color: #fdbe2d;
  transform: translate(8px, 8px);
  z-index: 2;
}

.layer3 {
  color: #25b046;
  transform: translate(6px, 6px);
  z-index: 3;
}

.layer4 {
  color: #12a3e7;
  transform: translate(4px, 4px);
  z-index: 4;
}

.layer5 {
  color: white;
  transform: translate(0, 0);
  z-index: 5;
}