body {
  background-color: #e7dec8;
  margin: 0;
}
h1, h2, h3 {
  color: #66bfbf;
}

hr {
  border-style: dotted none none;
  width: 5%;
  border-color: lightgrey;
  border-width: 10px;
}

.heading {
  background-color: #132e53;
  font-family: "Cormorant Garamond";
  padding: 30px 0;
  text-align: center;
  color: #b4936c
}

.head-h1 {
  font-size: 4rem;
}

.head-h2 {
  font-size: 1.5rem;
  text-decoration: none;
}
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}

a:link {
  color: #b4936c;
}

a:visited {
  color: #e7dec8;
}

a:focus {
  border-bottom: 1px solid;
  background: #BAE498;
}

a:hover {
  border-bottom: 1px solid;
  background: #e7dec8;
  color: #b4936c;
}

a:active {
  background: #265301;
  color: #CDFEAA;
}
