body{
   width: 100%;
   margin: 0; 
}
#slider{
    width: 100%;
    height: 200px;
    background-image: url(../images/IMG_20250921_130506_657.jpg);
    background-size: cover;
    margin-top: -20px;
    text-align: center;
    color: rgb(17, 36, 176);
    padding-top: 100px;
}
#slider h1{
    background-color: rgba(135, 125, 141, 0.37);
    box-shadow: 0px;
    /* position: relative; */
    /* bottom: 20px;
    left: 10px; */

}
#slider button:hover{
    color: rgb(49, 4, 231);
    box-shadow: 0cqh;
    /* width: 80px;
    height: 40px; */
    color:rgb(48, 11, 183);  
}

#aboutus{
    text-align: center;
    margin-bottom: 20px;
}
.twodivs{
    width: 100%;
    display: flex;
    text-align: center;
    justify-items: center;
}
.charism{
    width: 45%;
}
.vision{
    width: 45%;
}
  
.twodivs img{
    width: 60px;
    height: 60px;
}
#mission{
    display: flex;
    width: 100%; 
   
    
}
.missionimage img{
    width: 200px;
    height: 200px;
    margin-right: 30px;
}
.description{
    width: 50%;
    height: 50;
     text-align: center;
}
/* .missionimage{
width: 400px;
height: 300px;
   }  */
