body {
  font-family: "Iosevka Aile Web";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-right: 2em;
  margin-left: 2em;
}

.content {
  margin-left: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 3px solid #eeeeee;
}

h1, h2, h3, h4 {
  margin-top: 1em;
}
h2:first-of-type, h3:first-of-type, h4:first-of-type {
  margin-top: 0.75em;
}

a {
  color: black;
}
a:visited, a:hover {
  color: gray;
}

strong, b {
  font-weight: 700;
}

img {
  float: right;
  border: 1px solid gray;
  border-radius: 10%;
  margin: 1em;
}

ul {
  padding-left: 1.5em;
}

.comment {
  color: #555555;
  position: relative;
  overflow: hidden;
  padding-left: 2em;
  margin: 0.5em, 0, 0.5em, 0em;
}
.comment > p {
  margin: 0;
}
.comment:before {
  content: "// \a// \a// \a// \a// \a// \a// \a// \a// \a";
  position: absolute;
  white-space: pre;
  left: 0;
  top: 0;
}
