table {
    text-align: center;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;  
    color: black; 
}

th {
    background-color: #4CAF50!important;
    color: white;
}

td {
    background-color: white;
}

tr:nth-child(even) {
    background-color: #3700ff;
}

table, th, tr, td{
    border: 1px solid black;
    font-size: 15px;
    padding: 16px;
}

td span {
    position: absolute;
    font-size: 15px;
    text-align: center!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

table > tbody > tr > td {
    position: relative;
}

.listli {
    font-size: 21px;
    list-style: inside;
    font-family: Roboto,sans-serif;
    font-weight: 300;
}