/* @media only screen and (min-width: 720px) { */
body {
  background-color: rgb(255, 217, 0);
  height: 100vh;
  margin: 0;
}

main {
  position: relative;
  height: fit-content;
  width: fit-content;
  padding: 2rem;
  margin: 2.5% auto 0.5% auto;
  background-color: rgb(255, 229, 82);
  border: 5px solid black;
  border-radius: 2rem;
  text-align: center;
}

section#box {
  height: 60%;
  overflow-y: hidden;
}

p {
  text-align: center;
}

p#antwoord {
  font-weight: 700;
  text-align: center;
  color: red;
  font-size: 300%;
}

p#generisch {
  padding: 0 0 2rem 0;
}
/* } */
