body {
    background-color: #000000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.plate {
    background-color: #222222;
}

.part-header {
    background-color: #323232;
}

.part ul.fa-ul li {
    color: white;
}

.part ul.fa-ul li a, .part ul.fa-ul lia:visited {
    color: white;
}


.part ul.fa-ul li .fa-li {
    color: #b0b0b0;
}

.part-header .fa-solid {
    color: #fbc740;
}

button {
    border: 0px solid #38761d;
    color: white;
    background-color: #38761d;
}

button.half + button.half, .secondary-button {
    background-color: #454545;
}

button:hover, button.half:hover {
    background-color: #224712;
}

button.half + button.half:hover, .secondary-button:hover {
    background-color: #3f3f3f;
}

button.half + button.half.hover:disabled, button.half + button.half[disabled], 
button:disabled, button.hover:disabled, button[disabled], button:hover[disabled], button.disabled{
    border: 1px dashed #D2D2D2;
    background-color: #222222;
    color: #D2D2D2;
}

.footer a, footer a:visited, #privacy a, #privacy a:visited {
    color: #b7b7b7;
}