body {
    width: 100%
}   



.header {
    font-family: 'Beau Rivage', cursive;
    font-size: 60px;

}


.navigation {
	
	font-size: 100%;
	font-family: Times, "Times New Roman", Georgia, serif;
	background-color: #333333;
	width: auto;
}
	
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  color: #fefefe;
}

li {
  float: left;
}

li a {
  display: block;
  color: #fefefe;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}

.active {
    border-bottom: 3px solid #ff0000;
  }
    
  li a:hover {
  
    border-bottom: 3px solid #ff0000;
  }
  
  li a:focus {
  
    border-bottom: 3px solid #ff0000;
    outline: 0;
  }

  #headerpoem{
    position: absolute; right: 100px; top: 120px;
    font-family:'Beau Rivage', cursive;
    font-size: 30px;
    text-align: left;
    color: #ffffff
  }