body {
  width: 100%;
  height: 100%;
  background-color: black;
  margin: 0;
}

#your-coffin {
  display: flex;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  text-align: center;
  align-items: center;
  align-content: center;
}

#the-answer {
  padding: 0;
  margin: 0;
  font-size: 5em;
  color: white;
  margin: auto;
  font-family: 'Arial', sans-serif;
  hyphens: auto;
}
