body {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://i.imgur.com/OpYtSgT.jpeg');
    background-attachment: fixed;
}

table {
    border-style: inset;
    border-width: 3px;
    border-right: 2px;
    border-top: 2px;
    border-color: rgba(255, 255, 255, 0.5);

    width: 100%;
    border-radius: 15px;
    color: white;
    background: rgba(6, 6, 6, 0.58);
}

td {
    text-shadow: 0px 1px 3px black;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

th:nth-child(3), th:nth-child(4) {
    border-radius: 5px;
}

th:nth-child(1), th:nth-child(2), th:nth-child(5) {
    border-radius: 15px;
}

td:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 800;
    color: #e94546;
}

/* linha de número par */
#linha-par {
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 800;
    border-radius: 15px;
}

/* nome do jogador */
#nome-jogador {
    text-align: center;
    text-shadow: 0px 1px 3px black;
    color: #989898;
    width: 50%;
    border-radius: 15px;
}

/* cabeçalho da tabela */
#cabecalho {
    height: 30px;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 15px;
}

@media screen and (max-height: 450px) {
    td {
        line-height: 15px;
    }
}
