/* src/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(
      180deg,
      #000000 0%,
      #2e2e2e 100%);
  color: #eaeaea;
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Helvetica,
    Arial,
    "Apple Color Emoji",
    "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.6;
}
app-root {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 8px;
  z-index: 1000;
}
.app-header img {
  width: 250px;
  height: auto;
  display: block;
  margin-top: -100px;
  padding: 40px;
}
.page-container {
  width: 65vw;
  max-width: 65vw;
  margin: 0 auto;
}

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