body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
}

.profile-photo {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #333;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.section-title {
    margin-top: 50px; /* Reduced top margin for better flow */
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

.timeline {
    border-left: 3px solid #0d6efd;
    padding-left: 20px;
}

.card {
    background-color: #1e1e1e;
    border: 1px solid #333;
}

#skillsRadar {
    max-width: 100% !important;
    height: auto !important;
}

/* Specific tight spacing for the header area */
.intro-section {
    margin-bottom: 1.5rem;
}