#gameCanvas {
  border: 1px solid black;
  aspect-ratio: 800/500;
  max-width: 100%;
  max-height: 100%;
}

#playerSprites, #backgroundSky, #goalAlert {
  display: none;
}