/* Desktop uses the wide illustrated world. Mobile switches to the portrait illustration. */
@media (max-width: 750px) {
  body {
    background-image: url('assets/background-mobile.webp');
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
  }
}
