/* CSS Document */
h2{
font-size:40px;
text-align:center;
color:brown;


}
body{
margin:0;
background-color:orange;
}


nav{
text-align:center;
 background-color:yellow;
 border:1px solid;
}

a{
text-align:center;
font-size:20px;
text-decoration:none;
color: brown;
}

a:hover, a:focus{
background-color: white;
}
p{
margin:10px;    
font-size:20px;
}

footer{
margin:0px;
font-style:italic;
position:absolute;
bottom:0px;
width:100%;
text-align:center;
background-color:grey;
}