body {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 18pt;
    background-color: #000 !important;
    color: #FFF !important;
    margin: 0;
    padding: 0;
}

header, footer {
    background: #000;
    color: #FFF;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    background: #000;
}

nav li {
    margin: 0 1em;
}

nav a {
    color: yellow !important;
    text-decoration: underline !important;
    font-weight: bold;
    font-size: 18pt;
    text-transform: uppercase;
}
nav#jumptocontent a {
    position: absolute;
    left: -9999px;
}
nav#jumptocontent a:focus {
    position: static;
}

main {
    padding: 2em;
    max-width: 1200px;
    margin: auto;
}

h1, h2, h3, label, button, th, td {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}

p, li, td, textarea, input, select, details, summary {
    font-size: 18pt;
    color: #FFF;
    background-color: #000;
    border: 1px solid #FFF;
}

.radio-group, .checkbox-group {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}

button {
    padding: 0.75em;
    font-size: 18pt;
    background: #FFF;
    color: #000;
    border: 2px solid #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

button:hover {
    background: yellow;
    color: black;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 1em !important;
    background-color: #000 !important;
    color: #FFF !important;
}

th, td {
    border: 2px solid #FFF !important;
    padding: 0.5em !important;
    text-align: left !important;
}

img {
    border: 2px solid #FFF;
}

.carousel-inner {
    justify-content: center;
    display: block;
    flex-direction: column;
}
.carousel-inner > .carousel-item {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36em;
}
.carousel-item img {
    justify-content: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    object-fit: contain;
}
.carousel img {
    margin: auto;
}

@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: center;
    }

    .text {
        width: 100%;
    }
}
