header {
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent for a soft overlay */
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.logo img {
  height: 50px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li {
  font-size: 18px;
}

.nav-links a {
  text-decoration: none;
  color: #FFFFFF;
  padding: 10px 15px;
  transition: all 0.3s;
  border-radius: 5px;
}

.nav-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Search bar */
.search-bar {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.search-bar input {
  padding: 8px 12px;
  font-size: 16px;
  border: none;
  border-radius: 5px 0 0 5px;
  outline: none;
}

.search-bar button {
  padding: 8px 12px;
  font-size: 16px;
  background-color: #51762A;
  color: white;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.search-bar button:hover {
  background-color: #55802A;
}

body {
  text-align: center;
  background-image: url('/pics/photo1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:rgb(247, 227, 10);
  
  font-size: larger;
  font-family:Arial, Helvetica, sans-serif;
  margin-top: 50px;
}

.zaz {
  padding: 10px;
  transition: all ease-in-out 0.5s;
  text-shadow: 1px 1px rgb(5, 5, 5);
  border:5px solid ;
  width: 70%;
  margin-left: 200px;
  margin-top: 40px;
}

.zaz:hover {
  transform: scale(1.3);
}
li{
  list-style: none;
}
#l{
  color:rgb(244, 159, 1)
}
pre{
  font-size: 19px;
  font-family:Arial, Helvetica, sans-serif;
}
