*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: antiquewhite;
}

#response {
    visibility: hidden;
}

div {
    text-align: center;
}

.screen {
    background-image: url("astrology-wheel-zodiac-signs-mystery-esoteric-horoscope-vector-illustration-spiritual-tarot-poster-magic-occult-cards-265307597.webp");
}