/* Section Tentang Sekolah */
.section-about-school {
    background-color: #f9f9f9;
    padding: 40px;
    text-align: center;
}

.section-about-school h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
   
}

.section-about-school p {
    font-size: 1.2em;
    color: #555;
    text-align: justify;
}

/* Section Sejarah */
.section-history {
    background-color: #e8f5e9;
    padding: 40px;
    text-align: center;
}

.section-history h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.section-history p {
    font-size: 1.2em;
    color: #555;
    text-align: justify;
}
