html,
body {
    margin: 1em;
}

.headshot {
    width: 200px;
    height: 300px;
}

.quiz {
    padding-bottom: 10em;
}

.right label {
    color: green !important
}

.wrong label {
    color: red !important
}

.red {
    color: red
}

.blue {
    color: lightskyblue
}

.orange {
    color: orange
}