*{
    color:  rgb(233, 232, 232);
    font-size: 18px;
}

#table {
    width: 50%;
    border: 1px solid black;
}

.tituloT{
    text-align: center;
    color: #f5e020;
    font-weight: bold;
}

thead{
    width: 10%;
    background-color: dimgray;
    text-align: center;
}

thead, th {
    background-color: rgb(66, 66, 66);
}

tbody, tfoot{
    width: 10%;
    background-color: dimgray;
    text-align: center;
}

tfoot{
    font-weight: bold;
    background-color: rgb(66, 66, 66);
}
  
td,
th {
    border: 1px solid white;
    text-align: center;
}
