@import './syntax.css';
body {
  max-width: 80ch;
  margin: 0 auto;
  padding-top: 72px;
}

header {
  margin-top: 12px;
}

main {
  padding: 12px;
}

/* Demo Videos */
video,
img {
  display: block;
  margin: 0 auto;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

header {
  font-family: Georgia1, Georgia, serif;
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
}
header.honcho {
  font-size: 16px;
}
header a {
  text-decoration: none;
  color: #111;
}
header a:hover {
  text-decoration: underline;
}

main {
  line-height: 1.5;
}

/* Highlight link target */
:target {
  background-color: lightyellow;
  color: black;
}

a {
  color: #254edb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.blog-img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.post-date {
  font-size: 13px;
  color: #828282;
  margin-left: 12px;
}

.post-private-disc {
  color: lightyellow;
  background-color: black;
  padding: 4px;
  border-radius: 4px;
}

.mainproject {
  font-weight: bold;
  margin-bottom: 12px;
}

footer {
  font-size: 13px;
  margin-left: 36px;
  margin-bottom: 12px;
}

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