ul {
  list-style-type: none;
  top: 0;
  margin: 0;
  padding: 0;
  width: 25%;
  height: 100%;
  position: fixed;
background-image:url("https://c7.uihere.com/files/367/958/415/herbs-background-violet-lavender-icons-repeating-design.jpg")
}

li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 8px 16px;
  font-family: Lobster;
}

li a:hover {
  background-color:#87dade ;
  color: white;
}

#main{
margin-left:30%;
}

#header{
margin-left:30%;
  font-family:Lobster;
color:#87dade;
}

