body {
  background-color: rgb(255, 237, 158);
}
h1 {
  color: rgb(0, 0, 0);
  font-family: Helvetica;
  font-size: larger;
  font-weight: bolder;
}
p {
  color: rgb(0, 0, 0);
  font-size: large;
}
nav {
  color: rgb(255, 255, 255);
  font-family: Helvetica;
  font-size: larger;
  font-weight: bolder;
  
}
ul {
  position: relative;
  width: 180px;
  height: 130px;
  border: 2px solid rgb(0, 0, 0);
}
li {
  position: relative;
  width: 500px;
  height: 30px;
}
a:link, a:visited {
  background-color: #ee474700;
  color: rgb(0, 0, 0);
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: rgb(243, 191, 113);
}