header nav ul { background-color:indianred; 
padding: 40px 30px;

}


header nav { background-color:indianred;
padding: 20px;

 }

nav ul a { text-decoration: none;
justify-content: center;
display: inline;


 }

 nav ul { list-style-type:none;
padding: 40px 10px;
display: flex;
justify-content: center;
gap: 60px; }

      
      nav ul li a { text-decoration:none; 
       background-color: black;
       color: white;
       padding: 15px;
       border-radius: 5px; }

a:hover { background-color:darkred;
color: white;

  }


header nav h1 { font-family:cursive; 
font-size:40px;
text-align: center;
color: white;
}



body div { background-color:lightgray;
font-size: verdana;
line-height: 30px;
padding: 10px;
list-style-type: unset;

 }
body div h1 {font-family: georgia;
color: darkred;

}

body p { line-height:30px }


img { border-radius:8px }


  footer { 
  text-align:center;
  padding: 20px;

 }

 img:hover {
  padding: 10px;
}