/* pull in only what this page needs */
@import '../components/background-container.css';
@import '../components/welcome-form.css';
@import '../components/credits.css';

/* any home-page specific tweaks here */
.background-container {
  /* maybe a slightly different background just on home */
 /* background-position: center top;
}
