.standardForm {
    background-color: white;
    padding: .5em
}

button {
    margin-top: 0.5em;
}

label {
    color: #bc0e0ef1;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.6em;
    font-weight: 600;
}
.label {
    color: #bc0e0ef1;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
    font-weight: 600;
}

.questionLabel {
    border-top: 2px solid red;
}

.sectionTitle {
    color:darkcyan
}

.binary {
    height: 3em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: 600;
    text-align:left;

}

.review {
    height: 2em;
    margin-bottom: 1.4em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 600;
    text-align:left;
}

.type {
    width: 100%;
}
.logo {
    padding-top:0.5em;
    padding-bottom:1em;
}