body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.widget {
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.widget-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color:red;
}
.owl-carousel .item {
  text-align: center;
}
.owl-carousel .item img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.navbar{
  display: grid;
  flex-direction: column;
  background-color:#2a5279;
  color:white;
  position: relative;
  list-style: none;
  width: 100%;
}

.navbar ul{
  display: flex;
  flex-direction: row;
  margin: 0px 250px;
  list-style: none;
  justify-content: center;
 

}
.navbar ul li{
  display: flex;
  margin:5px 10px;
  color:white;
  text-decoration: none;
  list-style: none;
  margin-right:10px;
}

.navbar ul li a{
  display: flex;
  margin-left: 10px;
  color:white;
  text-decoration: none;
  list-style: none;

}
.searchtext{

  width: 150px;
  height: 30px;
}
.srch-btn{
  background-color: red;
  background: none;
  border:none;
  cursor:pointer;
  color: #f4f4f4;



}
.searchtext{
  color:black;
}

#light{
  background-color: white;
  color: black;
  padding: 10px;
  width: 50px;
  border-radius: 10px;
  height: 30px;
  font-size: 12px;
  margin-top: -2px;
 

}

#dark{

  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 10px;
  width: 50px;
  border-radius: 10px;
  height: 30px;
  font-size: 12px;
  margin-top: -2px;

}


.navbar ul li button h6{
 display: flex;
 justify-items: center;
 align-items: center;
 margin: -4px 5px;

}