body {
  margin: 0px;
  overflow: hidden;
  font-family: system-ui, sans-serif;
}

.startScreen {
  background: #ffbb98ff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  overflow: scroll;
}

h1 {
  text-shadow: 0px 2px 4px #000000;
  color: white;
  font-family: "Sigmar One", cursive;
  font-size: clamp(2.5rem, 10vw, 6rem);
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.enterButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 20%;
  cursor: pointer;
}

p {
  text-align: left;
  font-size: clamp(0.9rem, 3vw, 1.4rem);
  line-height: 1.6;
  word-wrap: break-word;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

h2 {
  font-size: clamp(1.2rem, 5vw, 2.5rem);
}

.line {
  border-top: 6px solid #fbf293;
  width: 80vw;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.say-hi-button {
  padding: 0.25em;
  border-radius: 4px;
  border: none;
  background: white;
  color: black;
  width: 10em;
  height: 4em;
  display: none;
  cursor: pointer;
}
