* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Varela Round", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
  background-color: #FFFFEA;
}

header {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}

main {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
}

h1 {
  font-style: bold;
  color: #0d9c90;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h2 {
  margin-top: 2em;
}

p {
  font-size: 20px;
}

#result {
  font-size: 25px;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #0d9c90;
}

#displayResult {
  margin-top: 2.5em;
  border-style: solid;
  border-color: #2b5e5a;
  font-size: 20px;
}

#restart {
  border-style: solid;
  border-color: #2b5e5a;
  font-size: 20px;
}

.question {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  margin-left: 2%;
  margin-right: 2%;
}

.answer-choice {
  margin-left: 2%;
  margin-right: 2%;
}

.answer-choice img {
  width: 20vw;
  max-width: 15em;
  height: 20vw;
  max-height: 15em;
  object-fit: cover;
  display: block;
  margin: 0 auto 5%;
}

button {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #7bb7b2;
  border-style: solid;
  border-color: #2b5e5a;
  font-family: "Varela Round", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  cursor: pointer;
}

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