body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: row;
  height: 100vh;
}
.box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.seccion1 {
  background-color: rgb(0, 165, 36);
  font-size: 60px;
}
.seccion2 {
  background-color: rgb(255, 255, 255);
  color: #000;
  font-size: 40px;
}
.seccion3 {
  background-color: rgb(219, 1, 1);
  font-size: 20px;
}