li a {
    text text-decoration: solid;
}

li a:hover:not(.active) {
    background-color: rgb(255, 169, 11);
}

.active {
    background-color: rgb(171, 171, 209);
}

html,body {
    background-color: rgb(201, 253, 255);
}

h1 {
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-shadow: 3px 3px 7px rgb(219, 125, 125);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(222, 111, 111);
}

li {
  float: left;
  border-right:1px solid rgb(100, 63, 46);
}

li:last-child {
  border-right: none;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: rgb(600, 200, 345);
}

.active {
  background-color: rgb(100, 200, 300);
}
