body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f8ff;
}

.custom-navbar {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
}

.about-content {
    margin-top: 20px;
}

.about-content h2 {
    margin-top: 20px;
    color: #388e3c; 
}

.about-content p {
    font-size: 1.1rem;
}

footer {
    margin-top: auto;
}
