.staff-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 60px;
            background-color: #ffffff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            
        }

        th, td {
            padding: 8px;
            text-align: center;
            border: 1px solid #c6c6c6;
            color: #000;
            font-size: 13px;
        }
        

        th {
         background-color: #ffb606;
         color: white;
        }

        tr:nth-child(even) {
            background-color: #f2f2f2;
        }

        tr:hover {
            background-color: #ddd;
        }

        h1 {
            text-align: center;
            color: #333;
        }
        
     
            @media only screen and (min-width: 321px) and (max-width: 768px) {

            th, td {
        font-size: 13px !important;
        text-align: -webkit-center;
            }
            
            .staff-table {
            width: 100%;
            margin: 20px 0px;
            
            
        }

        
    }