body {
    font-family: Arial, sans-serif;
}

.navbar-brand img {
    height: 40px;
}

.container {
    max-width: 1200px;
}

h1, h2 {
    color: #343a40;
}

h2 {
    text-align: center;
}

footer {
    background-color: #222;
    color: white;
    padding: 20px 0;
}

.kepala-sekolah-container {
    position: relative;
    display: inline-block;
}

.kepala-sekolah {
    width: 250px; 
    height: 250px; 
    border: 2px solid #007bff; /* Border berwarna biru */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Efek bayangan */
    transition: transform 0.3s; /* Transisi saat hover */
}

.kepala-sekolah-container:hover .kepala-sekolah {
    transform: scale(1.1); /* Memperbesar saat hover */
}

.profil-sekolah-title {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #28a745;
    margin-bottom: 20px;
}

.section-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
    color: #007bff;
}

.section-content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.list-head {
    font-weight: bold;
}

.leadership-list {
    margin-top: 20px;
    font-size: 1.1rem;
}

.leadership-list p {
    margin: 0;
}

.leadership-list .role {
    font-weight: bold;
    display: inline-block;
    width: 150px; /* Adjust this width as needed */
}