/* app/styles/page.css */
.page-container {
  & ul {
    list-style: disc;
  }
  & ol {
    list-style: auto;
  }
  & ul,
  & ol {
    margin-left: 25px;
  }
  & a:link {
    color: #003049;
    text-decoration: underline;
    &:hover {
      color: #ffcb05;
    }
  }
  & p {
    margin: 15px 0;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=/_static/build/_assets/page-XOH37E2Y.css.map */
