body {
  background: #BFD6E3;
}
p {
  color: black;
}
h1 {
  color: #ffffff;
  font-family: 'La Belle Aurore', cursive;
  font-size: 70px;
  text-align: center;
}

h2 {
  color: #ffffff;
  font-family: 'Caveat', cursive;
  font-size: 30px;
}

h3 {
  color: #ffffff;
  font-family: 'Caveat', cursive;
  font-size: 30px;
}

h4 {
  color: #ffffff;
  font-family: 'Caveat', cursive;
  font-size: 30px;
}
h5 {
  color: #ffffff;
  font-family: 'La Belle Aurore', cursive;
  font-size: 60px;
  text-align: center; }

  h6 {
    color: #ffffff;
    font-family: 'Caveat', cursive;
    font-size: 25px;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #867d7d;
}

li a {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Caveat', cursive;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #B8AAAA;}