.text {
  background-color: #000;
  font-size: 400px;
  font-weight: 700;
  line-height: 400px;
}

.text._1 {
  color: #00ff19;
}

.text._2 {
  color: #ff9500;
}

.text._3 {
  color: red;
}

.text._4 {
  color: #08f;
}

.section {
  padding-bottom: 100px;
}

.body {
  background-color: #000;
}


