/* Style Tags */
body {
  font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 2em;
  background-color: #b7d5c4;

  /* To center everything*/
  text-align: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}

/* Styling text */
h1 {
  font-style: italic;
  color: #0f302d;
}

h2 {
  margin-top: 2em; 
}

.question {
  display: flex;
  margin-top: 2em;
  justify-content: center;
}
  
.answer-choice {
  margin: 5px;
  text-align: center;
}

/* Images */
.answer-choice img {
  height: 10em;
}

/* Buttons */
button { 
  margin-top: 5px;
}

.btn {
  padding: 12px 24px;
  background: blue;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.header-box {
  background-color: #f5f5f5;
  border: 2px solid #2d2929;
  border-radius: 12px;
  padding: 20px;
}

.box {
  background-color: #e6f7ff;         
  border: 2px solid #66b2ff;     
  border-radius: 12px;           
  padding: 20px;                               
  margin: 30px auto;               
  text-align: center;               
}