body {
    background-color: #000 !important;
    color: #fff !important;
}

header, nav, footer {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

a {
    color: #ffff00 !important;
    text-decoration: underline !important;
}

a:visited {
    color: #ff9900 !important;
}

nav a, footer a {
    text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffff00 !important;
}

article, .stats, .season-stats, form {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

th {
    background-color: #000 !important;
    color: #ffff00 !important;
}

tr:nth-child(even) {
    background-color: #222 !important;
}

input, textarea, select, button {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #333 !important;
}

figcaption {
    color: #ccc !important;
}

details {
    background-color: #000 !important;
    border: 2px solid #fff !important;
}

summary {
    color: #ffff00 !important;
}

body {
    font-size: 1.2rem !important;
}

h1 {
    font-size: 2.5rem !important;
}

h2 {
    font-size: 2rem !important;
}

h3 {
    font-size: 1.8rem !important;
}