body {
    margin: 0;
    padding: 0;
    font-family: monospace;
    font-size: 2em;
}


#ticket {
    cursor: pointer;
}

#test_button {
    font-size: 5em;
    width: 100%;
    height: 200px;
}

.bad {
    background-color: red;
}
.good {
    background-color: lightseagreen;
}