body {
    background-color: #000000;
    color: #ff0000 !important;
    font-family: 'League Spartan', sans-serif;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d,
        0 0 20px #ff1a1a,
        0 0 30px #ff1a1a;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: #ff0000 !important;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d;
}

.title {
    font-family: 'Quantico', sans-serif;
    color: #ff0000 !important;
    text-shadow:
        0 0 8px #ff0000,
        0 0 15px #ff4d4d;
}

.card-body {
    color: #330000 !important;
}

.card-body h2 {
    font-weight: bold;
    color: #ff0000 !important;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d;
}

.console-container {
    height: 300px;
    border: 0.5px solid #ff0000 !important;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(5, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    position: relative;
    z-index: 1;
}

.console div {
    margin: 0;
    font-family: 'Inconsolata', monospace;
    caret-shape: underscore;
    caret-color: #ff0000;
    color: #ff0000 !important;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d;
}

.console {
    padding: 5px 10px;
}

.featuring {
    text-align: justify;
    color: #ff0000 !important;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d;
}

.accordion-body {
    text-align: justify;
    color: #ff0000 !important;
    text-shadow:
        0 0 5px #ff0000,
        0 0 10px #ff4d4d;
}

.featuring p, .special p {
    font-size: 19px;
    color: #ff6666 !important;
    text-shadow:
        0 0 5px #ff0000;
}

.accordion {
    color: #ff0000 !important;
    background-color: transparent;
}

.accordion-item {
    color: #ff0000 !important;
    background-color: transparent;
}

.accordion-header {
    color: #330000 !important;
    background-color: #110000;
    text-shadow:
        0 0 5px #ff0000;
}

.accordion-button {
    color: #330000 !important;
    background-color: transparent;
    text-shadow:
        0 0 5px #ff0000;
}

.accordion-button:not(.collapsed) {
    color: #330000 !important;
    background-color: #110000;
    box-shadow: none;
    text-shadow:
        0 0 10px #ff0000;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#particles-js {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    pointer-events: none;
    z-index: 0;
}

.container, .row, .info-card, .featuring, .special, .accordion, .accordion-item, .accordion-header, .accordion-button {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .console-container {
        width: 100%;
    }

    .info-card {
        padding-top: 20px;
    }

    .featuring {
        padding-top: 20px;
    }
}

@media screen and (min-width: 800px) {
    .console-container {
        width: 640px;
    }

    .info-card {
        padding-top: 40px;
    }

    .featuring {
        padding-top: 40px;
    }
}