@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap");
main {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  main {
    max-width: 900px;
  }
}

main > div, p {
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 600px) {
  main > div, p {
    max-width: 900px;
  }
}

body, main, p, div, h1, h2, h3, h4, h5, h6, ul, ol {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

* {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
  font-family: "Coming Soon", "Klee One", sans-serif;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #111;
}

.looseleaf {
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0;
}

article {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 7rem;
  padding-right: 1rem;
  min-width: 0;
}

.doodle-bar {
  position: relative;
  display: none;
}

.doodle-bar img {
  outline: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  max-width: 5.5rem;
  height: auto;
  display: block;
  pointer-events: none;
}

h1, h2, h3, h4 {
  margin-top: 2.5rem;
  text-decoration: underline;
}

h1 {
  text-transform: uppercase;
}

p {
  padding-left: 0.5rem;
  text-indent: 2rem;
}

ul, ol {
  padding-left: 1rem;
}

.title-box {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
  margin-bottom: 2.5rem;
}
.title-box h1 {
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 0rem;
  font-size: 1.2rem;
}

a:link * {
  color: #1900ff;
}

a:visited * {
  color: #0d0085;
}

pre, code {
  font-family: "Google Sans Code", monospace;
  font-weight: 500;
  line-height: 2rem;
}

strong {
  text-transform: uppercase;
  font-weight: 700;
}

mark {
  background-color: rgba(255, 238, 0, 0.7019607843);
}

main {
  display: flex;
  position: relative;
  border: 1px solid #9e9e9e;
  background-image: url("/assets/img/looseleaf-small.svg");
  background-repeat: repeat-y;
  background-size: auto 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 600px) {
  main {
    background-image: url("/assets/img/looseleaf.svg");
    background-repeat: repeat-y;
    background-size: auto 2.5rem;
  }
}

@media (min-width: 600px) {
  li {
    padding-left: 0.5rem;
  }
  ul, ol {
    margin-left: 1rem;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0;
    padding-left: 1.5rem;
  }
  p {
    margin-left: 0.5rem;
  }
  .doodle-bar {
    display: block;
    width: 8rem;
    min-width: 8rem;
    padding: 0.5rem;
    overflow: hidden;
  }
}
img {
  outline: 2px solid #111;
  border-radius: 0.25rem;
}

img, iframe, video, embed, object {
  display: inline;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
}

figure > img {
  display: block;
}

figure p, figure figcaption, figure a, figure em, figure strong, figure mark {
  font-size: 0.85rem;
  text-align: center;
}

.reddit-container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: auto;
}

.box, .highlighter-rouge, .note {
  width: auto;
  float: none;
  clear: none;
  padding-left: 1rem;
  padding-right: 1rem;
  outline: 2px solid #111;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 0.25rem;
  text-align: center;
}

.box .important-subtext, .highlighter-rouge .important-subtext, .note .important-subtext {
  text-align: right;
}

.note {
  color: #dd0000;
  outline-color: #dd0000;
}

.note * {
  color: #dd0000;
}

.note-title {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.highlighter-rouge {
  outline: none;
  overflow-x: auto;
  font-family: "Google Sans Code", monospace;
  text-align: left;
  padding: 0;
}
.highlighter-rouge * {
  color: #37c816;
  font-family: "Google Sans Code", monospace;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
}
.highlighter-rouge div {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #1a1a1a;
  overflow-x: auto;
  border-radius: 0;
  color: #37c816;
}

mjx-container, mjx-container * {
  font-family: serif !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  position: relative;
  top: -0.025rem;
  font-weight: 600 !important;
}

::marker {
  line-height: 0;
}

.home-btn {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 9999;
  display: block;
  line-height: 0;
}

.home-btn img {
  display: block;
  margin: 0;
  outline: none;
  max-width: 5.5rem;
  height: auto;
}

.home-btn:hover img {
  transform: scale(1.15);
}

.home-btn-hint {
  position: absolute;
  bottom: 3.5rem;
  right: 3rem;
  color: #eeeeee !important;
  padding: 0.25rem;
  background-color: #111;
  line-height: 1rem;
  opacity: 0;
  transform: translateY(4px) rotate(0deg);
  pointer-events: none;
}

.home-btn:hover .home-btn-hint {
  opacity: 1;
  transform: translateY(0) rotate(-47deg);
}

@media (hover: none), (pointer: coarse) {
  .home-btn-hint {
    opacity: 1;
    transform: translateY(0) rotate(-47deg);
  }
}
table {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  text-align: center;
}

tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.orange {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: rgba(255, 157, 76, 0.465);
}

.blue {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: rgba(161, 208, 240, 0.465);
}

.red {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: rgba(221, 0, 0, 0.3);
}

.series-banner {
  background: rgba(221, 0, 0, 0.3);
  font-size: 120%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

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