html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  font-size: 16px; }

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0; }

li {
  display: block; }

h1, h2, h3, h4 {
  font-size: inherit; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

body {
  font-family: helvetica, arial, sans-serif;
  font-size: 16px; }

h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.25em; }

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0; }

body > header, .page {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

a {
  color: #3DB7EA;
  text-decoration: underline; }

ul {
  margin: 1rem 0; }

/*# sourceMappingURL=app.css.map */
