body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    line-height: 1.6;
}

.subject-section {
    background-color: #ffffff;
    padding: 50px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 10px;
}

.content-container {
    max-width: 1000px;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
    text-align: center;
    color: #2a4d69;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    font-size: 1.75em;
    color: #4b86b4;
    margin-bottom: 40px;
}

.mission, .beliefs, .program, .contact {
    background-color: #f0f8ff;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 5px solid #4b86b4;
    border-radius: 8px;
}

.mission h3, .beliefs h3, .program h3, .contact h3 {
    font-size: 1.5em;
    color: #2a4d69;
    margin-bottom: 15px;
}

p {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 15px;
}

a {
    color: #ff7e5f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contact p {
    font-weight: bold;
    font-size: 1.2em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    p {
        font-size: 1em;
    }
}
