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/photo15555.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #FFFFFF;
  font-size: larger;
  margin-top: 100px;
}

.pran {
  padding: 20px;
  transition: all ease-in-out 0.5s;
  text-shadow: 1px 1px rgb(197, 153, 188);
  border: 5px solid white;
  

}

.dpran:hover {
  transform: scale(1.3);
}
li{
  list-style: none;
}
.dpran{
  border: 2px solid;
  width:70%;
  margin-left: 200px;
  margin-top: 30px;
}
#l{
  color:rgb(154, 67, 13);
  text-transform: white;
}