.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  margin-bottom: 1rem;
}

h2 {
  text-decoration: underline;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}

p:first-of-type {
  --font-size: 1.2rem;
}

pre {
  margin-bottom: 3rem;
}

p, ol, ul {
  margin-bottom: 2rem;
}

.pre {
  background-color: #a3a3a3;
  font-family: "Share Tech Mono";
}

pre {
  font-family: "Share Tech Mono", monospace;
}

.image-frame {
  color: #8b8b8b;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}

.image-frame img {
  margin: 1rem auto;
  max-width: 75%;
}

table {
  border-width: 1px;
  border-color: #6e6e6e;
  width: 100%;
  margin-bottom: 1rem;
}
table tr, table td, table th {
  border: 1px solid #6e6e6e;
  padding: 0.5rem;
}

blockquote {
  border-left: 0.5rem solid #6e6e6e;
  padding-left: 1rem;
  margin-left: 0;
}

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