button {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  background-color: white;
  font-size: 18px;
  display: inline-block;
  padding: 6px;
  text-align: center;
}
button:hover {
  border-color: #336699;
  background-color: #99CCFF;
  cursor: pointer;
}

p {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  }

#mainmenu {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: 7%
}

#IC {
  position: absolute;
  left: 18%;
  bottom: 30%;
  width: 250px;
}
#IC18 {
  position: absolute;
  font-size: 12px;
  width: 250px;
  left: 18%;
  bottom: 25%
}
#HQ {
  position: absolute;
  right: 18%;
  bottom: 30%;
  width: 250px;
}

#title {
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 50px;
}
#subtitle {
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 3px;
}

#instructions {
  text-align: left;
  margin-top: 60px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
}

