h2{
  font-style: italic;
  }

body{
  background: linear-gradient(to left, #003300 0%, #663300 100%);

}

.menu{
   text-decoration: none;
   color: black;
}

.menu:hover{
    text-decoration: underline;
    color: blue;
  }