@charset "UTF-8";

/* src/styles.scss */
body {
  margin: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./media/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
