* {
  font-family: "Quicksand", sans-serif;
}

header,
#choices-area {
  background-color: lightgoldenrodyellow;
}

header h1,
.head-small {
  font-family: "Rammetto One", cursive;
  color: black;
  letter-spacing: 2px;
}

h1 {
  font-size: 40px;
}

footer,
footer p {
  background-color: black;
  color: white;
  text-align: center;
}

.head-small {
  font-size: 14px;
}

.choice {
  width: 400px;
  margin: 0 20px 20px 0;
  background-color: lightcoral;
  color: white;
}

.incorrect {
  background-color: lightpink;
}

#timer-area {
  height: 25px;
  background-color: black;
  color: white;
  text-align: center;
}

#question-area {
  height: 300px;
  padding-top: 75px;
  background-color: lightcoral;
}

#choices-area {
  height: 300px;
  padding-top: 50px;
}

#question-area h1 {
  display: none;
}
