html, body {
  background: white;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: black;
  font-family: monospace;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  overflow-wrap: break-word;
  text-align: justify;
}

.post-meta {
  text-align: right;
}

h2, h3, h4, h5, h6 {
  margin-top: 3rem;
}

hr {
  margin: 2rem 0;
}

p {
  margin: 1rem 0;
}

li {
  margin: 0.4rem 0;
}

*:target {
  background: yellow;
}

.w {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

hr {
  text-align: center;
  border: 0;
}
hr:before {
  content: "/////";
}
hr:after {
  content: attr(data-content) "/////";
}

table {
  width: 100%;
}

table, th, td {
  border: thin solid black;
  border-collapse: collapse;
  padding: 0.4rem;
}

code {
  color: white;
  background: black;
}

div.highlighter-rouge code {
  display: block;
  overflow-x: auto;
  white-space: pre-wrap;
  padding: 1rem;
}

blockquote {
  font-style: italic;
  border: thin solid black;
  padding: 1rem;
}
blockquote p {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.gate {
  text-align: center;
}
.gate input[type=text] {
  font-family: monospace;
  font-size: 16px;
  padding: 0.4rem;
  border: thin solid black;
  width: 100%;
  max-width: 200px;
}
.gate input[type=submit] {
  font-family: monospace;
  font-size: 16px;
  padding: 0.4rem 1rem;
  border: thin solid black;
  background: white;
  color: black;
  cursor: pointer;
}
.gate input[type=submit]:hover {
  background: black;
  color: white;
}

.font-toggle {
  width: 3rem;
  height: 2rem;
  border: thin solid black;
  background: white;
  color: black;
  font-family: serif;
  font-size: 10px;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.font-toggle:hover {
  background: black;
  color: white;
}

.buttons_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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