
.menu-header-css{
  position: fixed;
  
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  left:2rem;
  right:2rem;
  
  backdrop-filter: blur(50px);
/*
background-color: var(--color-light);
  border-bottom: 2px;
  border-style: solid;
  */

  border-top:0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 1rem;
  padding-top:1rem;
  border-radius: 5px;
  /*
  box-shadow: 10px 10px 20px rgba(48, 78, 110,0.9);
  */
}



.menu-item-css{
  font-size: larger;
}

.web-site-name-css{
  font-size: x-large;
  font-family: 'Arial Narrow Bold';
}