:root {
  --font-stack:Libre Baskerville,Libre-Baskerville-fallback,ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;
}

.content {
  font-optical-sizing: auto;
  font-family: var(--font-stack);
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 12px;
  max-width: 30em;
  margin: auto;
}

h1 {
  font-size: 4em;
}

body {
  background-image: url("./Quiz_Header+Q.webp");
  background-repeat: repeat-x;
}

#submit {
  padding: 24px;
}

button {
  color: #000;
  background-color: #f5a563;
  font-size: 19px;
  padding: 15px 50px;
  cursor: pointer;
  border: 0px;
}

button:hover {
  background-color: #f4994f;
}

#theButton {
  width: 100%;
  margin-top: 2rem;
}

div.soon {
  margin-top: 3rem;
}

#quizForm {
  margin-top: 2rem;
}

div#response {
  color: #008000;
}

/*# sourceMappingURL=style.css.map */
