* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Righteous", cursive;
}
h1.header {
  font-weight: 800;
  color: #ffffff;
  font-family: "Righteous", cursive;
  font-size: 8em;
  text-align: center;
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
}
div.detail {
  font-family: "Righteous", cursive;
  text-align: center;
  color: #605f5f;
  font-size: 2em;
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 805px) {
  h1.header {
    font-size: 6em;
  }
}
@media screen and (max-width: 625px) {
  h1.header {
    font-size: 4em;
  }
}
@media screen and (max-width: 415px) {
  h1.header {
    font-size: 2.1em;
  }
}
.options {
  display: flex;
  justify-content: center;
  font-size: larger;
  font-family: "Righteous", cursive;
  gap: 5px;
  cursor: pointer;
  margin-top: 2.5%;
}
.page {
  display: none;
}
#page1 {
  display: block;
  margin-top: 10%;
}