
body {
  background-image: url('/Assets/Repeating backround2.png');
  background-repeat: repeat; /* Prevents image tiling */
  background-position: center; /* Centers the image within the container */
  background-size: auto; /* Scales the image to cover the entire container without distortion, though some cropping may occur */
  position:absolute;
} 
a {
  text-decoration: none;}
 
  
.navbar  ul{
      list-style-type: none;
      
      /* Pushes logo to one side, links to the other */
    } 
.navbar li::before {
  /* look up 'css code symbols' for more symbols */
  content: "\2605"; 
}
.navbar {
  color: black;
    text-decoration:none;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;  
  font-size: 20px;
  font-style: italic;
  font-family: monospace;
  position: absolute;
  line-height: 50px;
  margin-top: 40px;
  max-width:400px;
  left:85%;
  right:0%;
  top:0%;
  bottom:100%;
    z-index:3;
  }
.navbarback {
  left:45%;
  right:0%;
  position:absolute;
  top:0%;
  bottom:100%;
  z-index:1;
  width:500px;
  height:auto;
  }
.navbarl:hover {
  transform:translateY(5px);
  }

.logo {
  max-width:120px;
  position:relative;
  left:85%;
  }  
  
  