html, body, td {
    background-color: black !important;
    color: #f2c256 !important;
}

.header {
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 3px solid #efda9c;
    border-radius: .75em;
    transform-style: preserve-3d;
    box-shadow: 0 8px 0px -3px #f2c256;
    transition: transform 150ms cubic-bezier(0,0,.58,1), background 150ms cubic-bezier(0,0,.58,1);
}

tr th {
    background-color: #9b0707 !important;
    color: #f2c256 !important;
    font-weight: 750;
    text-shadow: 1px 1px 2px #9a7400ab;
}

tr td {
    font-weight: 750;
    font-size: 1.2em;
    color: #f2c256;
}

.table {
    border: 3px solid #efda9c;
}

.table th, .table td {
    border: 2px solid #efda9c;
}

.container h1, .container h2 {
    color: #f2c256;
}

.btn-primary {
    background-color: #9b0707;
    border-color: #efda9c;
    color: #f2c256;
}

.btn-primary:hover {
    background-color: #7a0505;
    border-color: #f2c256;
    color: #ffffff;
}

a {
    color: #f2c256;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

