


.navcontainer {

  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 45px;
}
 
.visiting {
  opacity:.3;
}
.painting{
  font-style: italic;
}

.navlist   {    
  list-style: none;
  display:flex;
  margin:0;
  gap:.4em;  
}   
.navlist a {   
text-decoration: none;  
color:#888;
font-size: .9rem;

}
.navlist a:hover{
  background-color: yellow;
}

.lower{
  margin:-5px;
}
 