#rainbow {
  height: 500px;
  background-image: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  );
  text-align: center;
  margin: 10px;
  color: #ffffff;
  font-size: 140px;
}
