
body {background: #f0c040; text-align: center; color:maroon}

h1 {
  padding-top: 0%;
  text-align: center;
  font-family: courier;
  font-size: .75in;
  font-weight: normal;
  letter-spacing: .7em;
  /* offset-x | offset-y | blur-radius | color */
  text-shadow: 6px 6px 10px black;
}


#title {
  text-transform: none;
}

.option {
  margin-top: 2em;
  margin-bottom: 2em;
  letter-spacing: .2em;
  float: left;
  width: 49%;
}

.option a{
  text-decoration: none;
  font-size: larger;
  color: inherit;
}

