/* src/styles.css */
body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.footer {
  margin-top: auto;
  display: table;
  width: 100%;
  height: 75px;
  background: transparent url("./media/Footer.png");
  opacity: 1;
  z-index: 99000 !important;
}

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