header{


  background-color: #9FA591;
  height:110px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 30px;
  color: rgb(235,233,219);

}

body {
  background-color: #E9DCCE;
  font-family: 'Quicksand', sans-serif;
  padding: 0px;
  font-size: 20px;
  margin: 0;
  color: #db6c6c;
}
div{
  padding-top: ;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

nav{
  display: block;
  text-align: center;
  color: #EFD5C7;
  
  
}

a{
  color: white
}
.active{ text-decoration:underline; color: #6f2727}
a {text-decoration: none}