html, body{overflow:hidden;}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  /* Default background color */
  color: #333;
  /* Default text color */
}

.container {
  text-align: center;
}

h1 {
  color: inherit;
}

.explanation {
  width: 80%;
}

.highlight {
  color: #7a0478;
}

.looser 