body {
  font-family: 'Heebo', sans-serif;
  font-weight: 500;
  font-size: 15rem;
  background-image: url("../img/rainbow.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: black;
  border: 2px outset white;
  background: #eee;
  padding: 16px;
  margin-top: 56px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  /* cursor: not-allowed; */
  position: absolute;
}

div {
  display: none;
}

.text-2 {
  font-size: 5rem;
}

.text-3 {
  font-size: 10rem;
}

.text-4 {
  font-size: 5rem;
}
