/* Background colour only. Keep the original layout, type and controls. */
:root {
  --cream: #dfe8db;
  background: var(--cream);
}

.intro-screen,
.contact-screen,
.quiz-screen,
.admin-page {
  background: #dfe8db;
}
