@import 'prism-duotone-light.css';
iframe {
  border: none;
  margin-top: 2em;
}

img {
  margin: 0 auto;
  display: block;
}

figure {
  margin: 0;
}

pre[class*=language-] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  margin-bottom: 2rem;
}
pre[class*=language-] code {
  background-color: #f5f5f5;
}

blockquote {
  border-left: 4px solid #aaa;
  margin-left: 0;
  padding: 1rem 0 1rem 1rem;
  font-style: italic;
  line-height: 1.5rem;
}

.highlight {
  margin-bottom: 2em;
}

.page-content h2 {
  margin-top: 6em;
}

.page-content h3 {
  margin-top: 4em;
}

.page-content h4 {
  margin-top: 3em;
}

p, li {
  line-height: 1.5;
}

a {
  text-decoration: underline;
  color: #777;
  transition: color 0.15s ease-in;
}

a:hover {
  color: #aaa;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table {
  width: 100%;
  font-size: 0.9em;
  margin-bottom: 2em;
  border-collapse: collapse;
}

.table th, .table td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.5em;
  text-align: left;
}

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