body {
    background-color: #000000 !important;
    color: #ffff00 !important;
}
a {
    color: #00ffff !important;
    text-decoration: underline !important;
}
a:visited {
    color: #ff00ff !important;
}
.site-header, .site-footer {
    background-color: #1a1a1a !important;
    border-color: #ffff00 !important;
}
.logo-text, .main-nav a, .footer-nav a, #toggle-contrast, .site-footer p {
    color: #ffff00 !important;
}
.main-nav a:hover, .footer-nav a:hover, .main-nav a.active, .footer-nav a.active {
    background-color: #ffff00 !important;
    color: #000000 !important;
}
#toggle-contrast {
    background-color: #333300 !important;
    border-color: #ffff00 !important;
}
main#main-content, .content-section, .sidebar-section, details summary {
    background-color: #111111 !important;
    border-color: #ffff00 !important;
}
h1, h2, h3, address, form label, form legend {
    color: #ffffff !important;
}
p, table, table th, table td, details p, .image-gallery-section figcaption {
    color: #ffff00 !important;
}
table th, table td, details, details summary {
    border-color: #ffff00 !important;
}
table th {
    background-color: #222200 !important;
}
img, video {
    border: 2px solid #ffff00 !important;
}
form input[type="text"],
form input[type="email"],
form textarea {
    background-color: #222222 !important;
    color: #ffff00 !important;
    border-color: #ffff00 !important;
}
.form-buttons button {
    background-color: #ffff00 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
.form-buttons button[type="reset"] {
    background-color: #dddd00 !important;
}