
.tableContainer{
    display:flex;
    justify-content: center;
    align-items: center;
}
.table {
    width: 50% ;
    text-align: center;
}
thead {
        background-color:#093b8b; 
}
.table>thead>tr>th,.table>thead>tr>td{
    color:white;
    font-weight:bold;
    text-align: center;
    width: 25% ;
}

tbody{
    color:black;
}

td{
    border: 1px solid #555;
}