body {
  background-color: #eeeeee;
  font-family: "Goudy Bookletter 1911", serif;
  background-image: url(../images/background2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.information-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

h1,
h2,
h3 {
  color: #541212;
  font-family: "Courgette", cursive;
  padding-top: 10px;
}

.main-section h4 {
  color: #541212;
  font-family: "Courgette", cursive;
}

p,
table {
  line-height: 2;
  font-family: "Goudy Bookletter 1911", serif;
}
table {
  width: 100%;
}

table td,
table td {
  vertical-align: top;
}

.main-section {
  padding-top: 30px;
}

.choice-button {
  margin: 0 auto;
  background-color: #8b9a46;
  border-radius: 20px;
  padding: 20px;
}

.green {
  background-color: hsl(68, 40%, 82%);
}

.black-heading {
  color: black;
  font-family: Google Sans, Roboto, arial, sans-serif;
}

.sub-options a {
  text-decoration: none;
  color: black;
}

.sub-options a:hover {
  color: #541212;
  font-weight: bold;
}
