
body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
ul{list-style: none;
padding: auto;
height: 50px;
  
  
}
li{float: left;
padding-left: 20px;
  padding-bottom: 20px;
}
a{
  text-decoration: none;
  color: black;
}
a:visited{color:grey;}