a {
    color: lightblue;
}

b {
    color: white;
}

body {
    background: rgb(17, 20, 22);
}

.card {
    background-color: #2b2b2b;
}

p {
    color:white;
    font-family: monospace
}

h1 {
    color: rgb(0, 255, 0);
    font-family: monospace !important;
}

h2 {
    color: rgb(0, 255, 0);
    font-family: monospace !important;
}

h3 {
    color: rgb(0, 255, 0);
    font-family: monospace !important;
}

form label.col-form-label {
    color: rgb(0, 255, 0);
    font-family: monospace !important;
}

form small.form-text.text-muted {
    color: lightblue !important;
    font-family: monospace !important;
}

.form-check label {
    color: lightblue;
    font-family: monospace !important;
}

.form-control-file {
    color: lightblue;
    font-family: monospace !important;
}

.stages .step.step-current .step-label, .stages .step.step-done .step-label {
    color: red;
    font-family: monospace !important;
}

.stages .step .step-label {
    color: lightblue
}

input[type="radio"]+label{
    color: lightblue
}

.table thead th {
    color: white
}

.state-fragment {
    color: lightblue
}