body {
    font-family: 'DotGothic16', sans-serif;
    background-color: #282828;
    color: #FFB000;
}

.border-red {
    border: 2px !important;
    border-style: solid !important;
    border-color: red !important;
}

.red-text {
    color: red;
}

.empty-answer {
    background-color: rgba(255, 0, 0, 0.1);
}