h2{
  font-style: italic;
}

body{
background: linear-gradient(to top right, #285DBF);
}

.menu{
text-decoration: none;
color: black;

}

.menu:hover{
text-decoration: underline;
color: white;
}