table {
    display: flex;
    align-items: center;
    height: 200px;
    border-collapse: collapse;
}

td,
th {
    border: 2px solid white;
    color: white;
    text-align: center;
    background-color: rgba(5, 3, 8, 0.288);
}

h3#Titulo {
    color: white;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: white;
    height: 50px;
    text-align: center;
    font-family: lucida;
    font-size: 2em;
}

h2 {
    color: white;
    height: 50px;
    font-size: 1.2em;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    display: flex;
}