body{
    background-color: white;
}
.code{font-family: monospace; font-weight: bold;}
.bigNum{font-family: monospace; font-weight: bold; font-size: 200%;}
.wrong{color: red;}
.correct{color: green;}
.taskInstructions{font-family: sans-serif; color: blue;}
#questions{font-family: sans-serif; font-weight: normal; display: none;}
#finalScore{font-size: 3.0 em; color: blue;}
input[type=text]{ text-align: center;}
