body

{background-image:url("patio.jpg");
}

{font-family:"Klinic Slab Bold"; 
font-size:30px;
}

h2 {position: absolute left; 150px; top: 200px;}

h2 {color: #51B73B;}

h2 {font-size: 200%;} 

h2 {text-shadow: 1px 1px #000000;}

h3 {color: #5E1211;}

h3 {font-size: 500%;}

h3 {text-shadow: 2px 2px #000000;}

h4 {color: #D7C5B7;} 

h4 {font-size: 500%;}

h4 {text-shadow: 1px 1px #000000;}



ul {list-style-type:none;
    
    margin:-9;
    
    padding:0;
    
    overflow:hidden; 
    
    background-color: #51B73B;}

li {float:right;}

li a {font:30px Klinic Slab Bold;
    
      display:block;
    
      color:white;
    
      text-align: center;
    
      padding: 14px 16px;
    
      text-decoration:none;}

li a:hover:not(.active){background-color: #5E1211;}

.active {background-color: #51B73B;}


footer {
    
    display: block;
    
    position: fixed;
    
    bottom: 0;
    
    width: 100%; 
    
}