.box {background-image: url('/img/quiz/quiz_backg.gif'); background-repeat: no-repeat; background-position: bottom right;}

.quiz-card {text-align: center; background-color: #eee; padding: 2rem;}
.quiz-footer {background-color: black; margin-top: 1rem; color: white; display: flex; justify-content: space-between;}
.quiz-footer a {color: white; padding: 0.5rem;}
.quiz-footer a:hover {text-decoration: none !important; background-color: var(--primary);}
.quiz-description {font-weight: bold;}
.quiz-error {color: var(--primary);}
.quiz-result {padding: 1rem; margin: 1rem 0;}
.quiz-result p {margin-bottom: 0;}