/* css/about.css */
body {
    background-color: #a6a4eb;
    font-family: 'Arial', sans-serif;
}

h2 {
    color: #222;
    font-weight: bold;
}

.about-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.team-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #007bff;
}
.about{

    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}