#skills_set {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #27082296;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgb(46, 2, 40);
    z-index: 1000;
}

/* Styles for the overlay */
#modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
table, tbody, th, tr, td{
    border: 2px solid rgb(46, 2, 40);
    box-shadow: 0 2px 8px rgb(197, 84, 182);

} 