body { background-color:white;}

header{
    
    background-color:red; 
    
    
}



header nav{ 
    
    background-color:antiquewhite;
    width: 600px;
    height: 100px;
    margin: auto;
     border-radius: 20px 10px 0px 50px ;
    border: black  5px  solid;
    
    /*border-color: blue; 
    border-width: 10px;
    border-style: groove;
    
    border-right: yellow double 5px;*/ 
    
    

}

header nav a{ 
    
    background-color: forestgreen;
    color: white;
    width: 100px;
    height: 70px;
    
    display:block;
    float:left;
    margin: 15px 25px;
    
  text-decoration: none;
  
    text-align: center;
    
    line-height: 65px;
    
    font-size: 20px;
  
     font-style: italic; 
    
     font-weight: normal;
    
    box-shadow: 0px 0px 30px rgba(200,8,224,0.87); 
    
    text-shadow: 10px 10px 10px #2e2222;

     transition: all 0.4s; }
     
     

header nav a:hover{                                                                   
    background-color:crimson;
    color:black;
    box-shadow: 0px 0px 30px rgba(8, 248, 8, 0.87);
    
    font-size: 22px;
    border-radius:20px;  } 


h1{
    text-align: center;
    margin: 60px 0; }
    
    
footer{
    
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 60px;
    padding: 20px 0; 
}

































