
.school-details {
    background: #334155;
    color: white;
    padding: 30px;
    border-radius: 16px;
    font-family: Arial, sans-serif;
    max-width: 900px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.school-details h2 {
    color: #FFF548;
    font-size: 2em;
    margin-bottom: 10px;
}

.school-details h3 {
    color: #3193F5;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3193F5;
    display: inline-block;
    padding-bottom: 5px;
}

.school-details p, .school-details li {
    font-size: 1.1em;
    line-height: 1.6em;
}

.school-details ul {
    list-style-type: square;
    margin-left: 20px;
    margin-top: 10px;
}

.school-details a {
    color: #FFF548;
    text-decoration: underline;
}

.school-details img {
    margin: 15px 0;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
