.nav2 {
  background-image: url("Gifs/oceanback.gif");
  background-size:cover;
  font-size:20px;
  font-family: "bubblegum";
  position:absolute;
  width:100%;
  border:2px solid #6666ff;
  height:55px;
  top:190px;
}
.nav2-icon {
  height: 30px;
  width: 30px;
  margin-right: 6px;
  vertical-align: middle;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;          
  justify-content:space-evenly; 
  align-items: center;
  position:relative;
  width:100%;
}
  li {
  margin:0;
}
li a {
  display: block;
  color: #0b0b73;
  text-align: center;
  padding: 10px 2px;
  text-decoration: none;
  line-height:1;
}
  li a:hover {
  color: #fc9d03;
}