::-moz-selection {
  background: #330A0B;
  color: white;
}
::selection {
  background: #330A0B;
  color: white;
}
.as {
  background: black;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app {
  align-items: stretch;
  display: flex;
  flex: 1 0 auto;
}


/*# sourceMappingURL=main.b09d199ae8293e34c79a.css.map*/