/* General styles */

.menu-icon {
  font-size: 24px;
  cursor: pointer;
  color: black; /* Menu button color */
  position: fixed;
  top: 8px;
  left: 20px;
  z-index: 9999; /* Ensure it's above other content */
}
.menu-icon:hover {
    color: #f5f5f5;
}

/* Style the overlay menu */
.overlay-menu {
    
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f5f5f5; /* Semi-transparent black */
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px; /* Adjust as needed */
  z-index: 9998; /* Ensure it's above other content but below menu button */
}

.overlay-menu a {
    
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: bold;
}

.overlay-menu a:hover {
   
  background-color: #d7d7d7;
  border-radius: 18px;
  border: 3px solid black/* Hover color */
}

.overlay-menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: black;
}
bl {
    color: black;
}
