/*for About.html*/
#about{
    background-color: #faf8f86c;
    color: white;
    padding: 30px;
}
.about-topic{
    color: #000000;
    font-size: 35px;
}
#history{
  padding: 10px;
  margin: 25px 0px;
  color: black;

  border-top: 1px solid rgb(21, 127, 240);
  height: 200px;
}
#history h2  {
  padding-bottom: 10px;
  
}
#vision-mission{
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 20px;
    margin: 10px;
}
.vissionAnd{
    background: scroll;
    background-color: rgb(90, 203, 247);
    border-radius: 15px;
    width: 400px;
    padding: 50px;
    font-size: 18px;
}
#objective-coreValues{
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 20px;
    margin: 20px;
}
.objectiveAnd{
    background: scroll;
    background-color: rgb(90, 203, 247);
    border-radius: 15px;
    width: 400px;
    padding: 50px;
    font-size: 18px;
}