
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  background-color: SteelBlue;
  color: White;
  position: absolute;
  top: 800px;
  margin-left: 100px;
  padding: 6px 18px 7px 18px;
}

* {
  font-family:  "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 35px;
}
