    #childTable thead{
        opacity: 0
    }

    .dataTables_scrollHead th::before{
        margin-bottom: 2px;
    }

        #confetti-button {
            padding: 15px 30px;
            font-size: 1.5rem;
            font-weight: bold;
            cursor: pointer;
            border: none;
            border-radius: 8px;
            background-color: #3498db;
            color: white;
            transition: transform 0.1s ease;
        }
        #confetti-button:active {
            transform: scale(0.95);
        }
