/* Unique Icons for Each Section */
#about h2::before {
    content: '👤';
}

#skills h2::before {
    content: '💻';
}

#projects h2::before {
    content: '🚀';
}

#experience h2::before {
    content: '💼';
}

#open-source h2::before {
    content: '🌟';
}

#certifications h2::before {
    content: '🎓';
}

#education h2::before {
    content: '📚';
}

#achievements h2::before {
    content: '🏆';
}

#contact h2::before {
    content: '📬';
}

/* Remove the generic rocket from all sections */
.section h2::before {
    content: '';
    margin-right: 10px;
    animation: bounce 2s infinite;
}