/* General Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
}

h2 {
    color: #343a40;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Navigation Bar */
.navbar {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Profile Image */
.profile-image {
    max-width: 250px;
    margin-bottom: 20px;
    border: 5px solid #343a40;
}

/* Section Headings */
section {
    padding: 60px 0;
}

section h2 {
    border-bottom: 3px solid #007bff;
    display: inline-block;
}

/* Experience and Education Lists */
ul.list-unstyled li {
    border-left: 4px solid #007bff;
    padding-left: 15px;
    margin-bottom: 20px;
}

/* Footer */
footer {
    background-color: #343a40;
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer p {
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }
}
