
.card, .pstest-instructions, .pstest-header, .navbar, .pstest-instructions {
    background-color: #8c171a;
    color: #ffffff;
}

.navbar-text {
    color: #ffffff;
}

.btn-primary, .btn-primary:active, .btn-primary:active:hover, .btn-primary:hover {
    background-color: #8c171a;
    border-bottom-color: #8c171a;
    border-top-color: #8c171a;
    border-left-color: #8c171a;
    border-right-color: #8c171a;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    color: #ffffff;
}

body {
    background-color: #808080;
}