#correct, #error {
        width: 50%;
        margin: 1em auto;
        padding: 5px;
        text-align: center;
}

#error {
        border: solid 2px #990000;
        background-color: #ffeeee;
}

#correct {
        border: solid 2px #009900;
        background-color: #eeffee;
}

