* {
    margin: 0;
    padding: 0;
    bottom: 0;
    box-sizing: border-box;
}

body {
    /* background-color: mediumspringgreen; */
}

h3 {
    text-align: center;
    font-family: helvetica;
    text-transform: uppercase;
}

table.gaming {
    /* border: 2px solid red; */
    margin: 10px auto;
    border-collapse: collapse;
    border: none;
}

.highlight {
    background-color: #a6cb46;
    font-weight: bold;
}

table.gaming th, table.gaming td {
    border-bottom: 2px solid black;
    text-align: center;
    font-size: 1.4em;
    padding: 10px;
}

table tr th:nth-child(1) {
    text-align: justify;
    text-transform: uppercase;
}

table tr td:nth-child(2) {
    font-weight: bold;
}

table tr td:first-child {
    text-align: block;
}

table tr td:last-child, table tr th:last-child {
    border-left: 2px solid black;
}

table tr:last-child td, table tr:last-child th {
    border-bottom: none;
}

figure img {
    max-height: 150px;
    aspect-ratio: ;
}