body {
  display: flex;
  justify-content: center;  /* centers #main horizontally */
  margin: 0;
  background-image: url('/sparkles.jpg');
  background-size: cover;
  background-position: center;
}