:root {
  font-family: 'Bandeins', sans-serif;
}

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

.retro-text {
  font-size: 250px;
  font-weight: 700;
  color: white;
  line-height: 0.8;
  letter-spacing: -20px;
}

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

.let-o {
  font-variation-settings: 'wdth' 900;
}