.title h1 {
  font-family: sans-serif;
  font-size: 48px;
  text-align: center;
  color: white;
}

.question {
  box-sizing: border-box;
  padding: 0 20px;
}

.question h2 {
  font-family: sans-serif;
  font-size: 32px;
  text-align: center;
  color: white;
}

button {
  background-color: black;
  color: white;
  border: 2px solid white;
}

button:hover {
  color: #85b949;
  border: 2px solid #85b949;
  cursor: pointer;
}
