body{
width: 100%;
margin: 0;
}

#slider{
    width: 100%;
    height: 400px;
    background-image: url(../images/gr4webdesign.jpeg) ;
    background-size: cover;
    background-position: center right;
    margin-top: -50px;

}
#slider h2{
    color: rgb(71, 81, 228);
    font-size: 30px;
    width: 250px; 
    border-radius: 10px;
    background-color: rgb(233, 238, 240);
    
    }
#slider p{
    color: red;
    font-size: larger;
    width: 400px;
}
#slider button{
    color: black;
    font-size: medium;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
#slider button:hover{
    background-color: rgb(24, 87, 121); 
}

#charism img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
#vision img{
    width: 120px;
    height: 120px;
}
#vision button{
    background-color: rgb(159, 160, 190);
    border-radius: 10px;
    font-size: medium;
    padding: 10px;
    position: relative;
    top: 20px;
    right: 300px;
}
.chvs{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
#about{
    text-align: center;
}
 
#about p{
    font-size: x-large;
}

#charism{
    width: 40%;
    background-color: blanchedalmond;
    margin-right: 30px;
    margin-bottom: 30px;
}
#vision{
    width: 40%;
    background-color: blanchedalmond;
    margin-bottom: 30px;
    margin-left: 30px;
}
#charism p{
font-size: x-large;
padding: 10px;
}
#vision p{
    font-size: x-large;
}
#mission{
    display: flex;
    width: 100%;
    background-color: aqua;
}

.missionimage img{
    width: 1000px;
    height: 300px;
    width: 80%;
}
.content{
    width: 20%;   
}
.content p{
    font-size: xx-large;
}
.content h2{
    font-size: xx-large;
}

#footnote{
    text-align: center;
    background-color: green;
    width: 100%;
}

