body,html{
    width: 100%;
    margin: 0;
}



#slider{
    width: 100%;
    height: 400px;
    background-image: url('../images/FSGS.png');
    background-size: cover;
    background-position: top;
    /* margin-top: -20px; */
    padding-top: 50px;


    
}
#slider h1{
  font-size:40px;
    color:blue;
    width: 300px;
    height: 900px;
    left: 100px;
    top: 45px;
    right: 18px;
    position: fixed;
    box-shadow: inset;

}
#slider button{
    
    margin-top: 20px;
    margin-left: 10px;
    padding: 20px 40px ;
    border-radius: 20px;
    background-color: beige;
}
#slider button:hover{
    background-color: bisque;
    font-size: 20px;
}
#about{
 text-align: center;
 font-size: 30px;
 margin-bottom: 20px;
    
}
.twodivs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}

.charism{
    width: 40%;

}
.vision{
    width:40%;
}
    

.charism img{
    width: 100px;
    height: 150px;
    margin: top;

}
.vision img{
    width:100px;
    height: 150px;
    margin: top;
}
#about button{
    
    margin-top: 20px;
    margin-left: 10px;
    padding: 20px 40px ;
    border-radius: 20px;
    background-color: beige;
}
#about button:hover{
    background-color: bisque;
    font-size: 20px;
}
#mission{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.missionimage{
    width: 40%;
}
.desc{
    width: 40%;
}
.missionimage img{
    width: 300px;
    height: 200px;
}
 /* #footer{
    width: 100%;
    height: 200px;
    background-color: beige;
    display: flex;
}
.footer1{
    width: 25%;
    height: 180px;
}
 .footer1 img{
    width: 50px;
    
 }   
.footer2{
    width: 25%;
    height: 180px;

    text-align: center;
}

.footer2 img{
    width: 30px;
    

}
 .footer3{
    width: 25%;
    text-align: center;  
 }
 .footer3 ul{
list-style: none;
    
 }
.footer4{
    width: 25%;
 }
  .footer4 img{
    width: 10px;
    height: 10px;
  }
 .ft1{
    display: flex;
 
 }
 .ft2{
    display: flex;
 } */


