

.tablab {
    border: solid 3px rgba(0, 0, 0, 0.2);
   
}

table {
    color: #131313;
    font-size: 25px;
    background-color: rgb(216, 216, 216);
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    display: block;
    
}

thead {
    background: rgba(243, 140, 210, 0.4);
}

th {
    padding: 20px 15px ;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;

    
}

td {
    padding: 15px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sbt{
    padding: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prt{
    padding: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ext{
    padding: 30px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    text-align: center;
}