html{
  background-color: bisque;
}

a{
  color:black;
  font-size:30px;
  font-weight: 700;
  text-decoration: none;
  outline-color: black;
  outline-style: solid;
  padding-left: 20px;
  padding-right:20px;
}

  nav{
   justify-content:space-between;
    align-items: center;
    display: flex;
    width:99%;
    height: 80px;
    background-color: aqua;
    font-family:'Times New Roman', Times, serif;
    outline-color: black;
    outline-style: solid;
    margin-bottom: 50px;
    margin-right: 100px;
    color:white;
   
 
    padding-bottom: 10px;    
  }
 




  
h1{
    color:white;
    font-size: 3.25rem;
    margin-bottom: .75rem;
    text-shadow: 0px 2px 2px black
}

p{
    font-size: 30px;
    color:black
}

li{
  font-size: 20px;
}

#IRed{
  background-color:red;
}

#IAqua{
  background-color:aqua;
}
#IYellow{
  background-color:yellow
}
#IGreen{
  background-color:greenyellow;
}
#IWhite{
  background-color:white;
}