@font-face {
  font-family: FacultyGlyphic;
  src: url("/assets/fonts/FacultyGlyphic-Regular.ttf");
}
#post {
  border-radius: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#post #post-title {
  display: flex;
  background-color: #003b3b;
  padding-left: 1.5em;
  padding-right: 1.5em;
  justify-content: space-between;
  color: white;
  font-family: FacultyGlyphic;
  font-weight: bold;
  font-size: 17px;
}
#post #post-body {
  background-color: rgba(211, 197, 178, 0.8);
  border-style: dashed;
  border-color: #1e2727;
  padding: 1em;
  font-family: FacultyGlyphic;
}
#post #post-body img {
  display: block;
  margin: auto;
  width: 50%;
}
#post #post-body #githubLogo {
  width: 50px !important;
}
#post #post-body a:visited {
  color: blue;
}
#post #post-body p {
  padding-left: 1em;
  padding-right: 1em;
}
#post #post-body ul {
  padding-left: 2em;
}
#post #post-body table {
  margin-left: auto;
  margin-right: auto;
}

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