body {
  background-color: #f5f3eb;
  border: 60px solid black;
  padding-bottom: 1200px;
  margin: 0;
}
h1 {
  color: black;
  font-family: Garamond;
  font-size: 300%;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  margin: 20px;
}

h3{
  color: black;
  font-family: Garamond;
  font-size: 150%;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 3px;
}
p {
  color: navy;
  font-family: Garamond;
  font-size: 160%;
  text-align: center;
}
a:link, a:visited {
  background-color: black;
  color: white;
  border: 5px solid navy;
  border-radius: 5px;
  padding: 10px 25px;
  
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 130%;
  font-family: Monaco;
}

a:hover, a:active {
  background-color: navy;
  color: white;
  font-size: 130%;
 }
