* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.navbar {
    padding: 1%;
  border-radius: 12px;
  display: flex;
  background:rgb(220 222 142 / 66%);
  align-items: center;
  justify-content: space-between;}

.navbar p {
  
  font-weight: bold;
  padding-left: 2%;
}
.navbar img{
  height: 55px;
    width : 55px;
    padding-left: 2%;
  
}

.navbar a {
  text-decoration: none;
  font-size: 24px;
  color :rgb(115, 142, 122)
  
}
.navbar a:hover{
  background-color: rgba(119, 147, 124, 0.545);
  border-radius: 2px;
}




/* .guide button:hover {
    background-color: #3a8c3a;
    position: absolute; 
 } */

.content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin-top: .3%;
  height: 620px; 
  /* font-family: Arial, sans-serif; */
  background-image: url("media_res/1.jpg"); 
  /* padding: 22px; */
  
  
}

.content h1 {
  margin-top: 8%;
  padding-top: 25px;
  font-size: 48px;
 
color:rgb(227, 240, 254)
}
.content h3{
  
color:rgb(227, 240, 254)
}

.content p {
  font-size: 24px;
  text-align: justify;
}
.abtcontent{
  margin:10%
}
.abtcontent p{
  margin:2%;
  font-size: 16px;
  text-align: justify;
}
.footer {
  margin: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DEFFFC;
  height: 60px;
  z-index: 1;
  border-radius: 6px;
}

.footer p {
  color: white;
  font-size: 18px;
}
.homeimg {
  position: relative;
  align-items: center;

  max-width: 100%;
  margin-left: 35%;
  filter: blur(50%);
}
.spacebox {
  padding-right: 20px;
}
.about {
  margin: 40px;
  position: relative;
  text-align: justify;
}
.bodyimages{
  align-items: center;
  display: flex;
  align-items:initial;
  justify-content: space-around;
  

}
.bodyimages img{
  margin: 0 auto;
  width: 65px;
  height: auto;
  
}

#search, #guide, #datarep{
  display: inline inline-block;
  width: 25%;
  margin: 10px ;
  align-items: center;

}
.abouttxt{
  margin-left: 30px;
  align-items: justify;
  display: flex;
  /* width: 100px;
  height: auto;  */
  justify-content: space-evenly;
}
.abouttxt p{
  /* flex-grow: 1; */
  
  width: 30px;
  height: auto;
  margin : 0 5 px;
}
.abtcontent{
  margin-top: 36px;
}
.navbarbot {
  margin-top: 12px;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px;
}

.navbarbot h1 {
 font-size: 24px; 
 margin-bottom: 5px; 
}

.navbarbot p {
 font-size: 14px; 
 margin-bottom: 2px; 
}
