a:link{
    color: blue ;
    text-decoration: none;
  }

  a:hover{
    color: green;
    text-decoration: underline;
  }

  *{
    background-color: rgb(236, 161, 117);
  }

  nav ul li {
    display: inline-block;
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-style: oblique;
    font-size: 3rem;
}

