body {
  margin: 0;
  font-family: sans-serif;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6;
}

a {
  color: #0cb45a;
}

.links {
  margin: 30px 0 60px;
}

.links a {
  display: inline-block;
  margin: 0 20px 10px 0;
}

code {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  white-space: normal;
  opacity: 0.75;
}

pre {
  display: block;
  white-space: normal;
}

pre code {
  padding: 15px;
  border-radius: 5px;
  display: block;
  font-size: 0.875em;
}

ol {
  padding: 0 0 0 20px;
}

ol li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 2.488em;
}

h2 {
  font-size: 2.074em;
}

h3 {
  font-size: 1.728em;
}

h1,
h2,
h3 {
  margin: 3rem 0 1rem;
  line-height: 1.2;
}

p,
pre {
  margin: 0 0 1rem;
}

.demo-wrapper {
  min-height: 100vh;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-container {
  padding: 80px 20px;
  max-width: 960px;
  margin: 0 auto;
}
/*# sourceMappingURL=demo-styles.css.map */
