h2{
  font-style: italic;
}

body{
  background: linear-gradient(to top right, #b3e6ff 0%, #ffffff 100%);
  min-height: 100vh;
  }
  
.menu{
  text-decoration: none;
  color: black;
  }
  
.menu:hover{
  color: blue;
  text-decoration: underline;
  }
  
  
  