
.testing {
    background-color: gray;
    color: black;
}

.fail {
    background-color: red;
    color: white;
}

.pass {
    background-color: green;
    color: white;
}

