body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.container-overview {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(101, 42, 42, 0.1);
}

.container-overview p {
    text-align: justify;
    hyphens: auto;
}

.school-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.motto {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #d35400;
}

.highlight {
    color: #2980b9;
    font-weight: bold;
}

.bottom-images {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.bottom-images img {
    max-width: 80px;
    height: auto;
    border-radius: 10px;
}