@import url('https://fonts.cdnfonts.com/css/the-solstice');
body {
  font-family: 'THE SOLSTICE', sans-serif;
  background-image: url('/img/bg.webp');
  background-size: cover;
  background-position: center;
}
#message,
p {
  font-family: Arial, sans-serif;
}