nav{
    background-color: #026c80;
    padding: 3%;
    text-align: right;
    border-color: #026c80;
    border-style: solid;
    font-size: 20px;
text-decoration: none;
display: block;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  li{
  display: inline;
  color: white;
  }
  
  a {
    display: inline;
    padding: 4px;
  }
  a:hover{
  background-color: #8db4ad;
  }
  a:link{
  color: antiquewhite;
  }
  a{
  color:cornsilk;
  text-decoration: none;
  }
  Header{
    background-color: #8db4ad;
    padding: 2%;
    text-align: center;
    font-size: 50px;
    font-family:'Times New Roman', Times, serif;
    border-style: solid;
    border-color: #8db4ad;
	 color: white;
     display: block;
    }
  h1{
text-align: center;
color: cornsilk;
font-size: 100px;
  }
  h2{
color: #ed6335;
font-size: 50px;
  }
h3{
color: #ecae7d;
}
p{
color: black;
width: 60%;
font-size: 30px;
}
body{
padding-left: 10px;
}
img{
float: right;
width: 300px;
}
footer>p{
  background-color: #8db4ad;
  font-size: 20px;
  color: floralwhite;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 850px;
  text-align: center;
  }
  button{ 
    width: 300px;
    height: 80px;
    background-color: #026c80;
    color: white;
    font-size: 25px;
    padding: 10px;
    border-color: #8db4ad;
    border-style: solid;
    border-width: 3px;
    }
.libby{
  float: right;
  width: 300px;
  position: relative;
  bottom: 70px;
}