h2{
font-style: italic;
}
body{
  
 background: linear-gradient(to bottom, #ff99ff 0%, #ccffff 100%);
 min-height: 100vh;
 }
 
 .menu{
 text-decoration: none;
 color: black;
 }
 
 .menu:hover{
  text-decoration: underline;
  color: blue;
 }
 
 
 
 
 