body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

body {
  font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #034B4B;
  background-color: #BFBFDC;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  min-height: 101vh;
}
@media screen and (max-width: 600px) {
  body {
    font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure, summary {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
  text-decoration: none;
}
a:hover {
  color: #034B4B;
  text-decoration: underline;
}

blockquote {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
  border-left: 4px solid #BFBFDC;
  padding-left: 15px;
  letter-spacing: -1px;
}
@media screen and (min-width: 600px) {
  blockquote {
    font-size: 18px;
  }
}
blockquote > :last-child {
  margin-bottom: 0;
}

pre, code {
  border: 1px solid #BFBFDC;
  border-radius: 3px;
  background-color: #BFBFDC;
}
@media screen and (min-width: 600px) {
  pre, code {
    font-size: 15px;
  }
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.head-wrapper, .page-content {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 600px) {
  .head-wrapper, .page-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.head-wrapper:after, .page-content:after {
  content: "";
  display: table;
  clear: both;
}

.icon > svg {
  display: inline-block;
  vertical-align: middle;
}
.icon > svg path {
  fill: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.site-header {
  border-top: 5px solid rgb(125.0606060606, 125.0606060606, 183.9393939394);
  min-height: 55.95px;
  background-color: #BFBFDC;
  text-align: center;
  padding: 20px;
}

.site-title {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
  float: right;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .site-title {
    font-size: 32px;
  }
}
.site-title, .site-title:visited {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.page-content {
  background-color: #CDDCDC;
  border: 1px solid rgb(125.0606060606, 125.0606060606, 183.9393939394);
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-wrapper {
  margin: auto;
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  .content-wrapper {
    max-width: 96%;
  }
}

.page-heading {
  font-size: 20px;
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-link {
  display: block;
  font-size: 24px;
}

.post-header {
  margin-bottom: 30px;
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.post-title {
  letter-spacing: -1px;
  line-height: 1;
}

.post-meta {
  margin-bottom: 0;
  font-size: 14px;
}

.post-content, .post-header, .home {
  margin-bottom: 30px;
}
.post-content h1, .post-header h1, .home h1 {
  font-size: 40px;
}
@media screen and (max-width: 600px) {
  .post-content h1, .post-header h1, .home h1 {
    font-size: 32px;
  }
}
.post-content h2, .post-header h2, .home h2 {
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .post-content h2, .post-header h2, .home h2 {
    font-size: 24px;
  }
}
.post-content h3, .post-header h3, .home h3 {
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .post-content h3, .post-header h3, .home h3 {
    font-size: 20px;
  }
}
.post-content h4, .post-header h4, .home h4 {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .post-content h4, .post-header h4, .home h4 {
    font-size: 16px;
  }
}

.post-content {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .post-content {
    font-size: 16px;
  }
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  padding-top: 1em;
}

.post-list h1, .post-list h2 {
  padding-top: 0;
}

:root {
  --dot-color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
  color-scheme: normal;
}

.head-wrapper {
  border-bottom: 20px solid;
  border-image: url("/assets/ball.svg") 0 0 100% 0 round stretch;
}

hr {
  margin: 1em auto;
  border-color: #BFBFDC;
  width: 100%;
}

li::marker {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

table {
  border-top: 3px solid #BFBFDC;
  border-bottom: 3px solid #BFBFDC;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.wide-table table {
  min-width: 800px;
}
.wide-table th {
  min-width: max-content;
}
.wide-table td {
  padding-top: 1em;
  padding-bottom: 1em;
}

.table-container {
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
  width: 100%;
  clear: both;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  width: 320px;
  max-width: 100%;
}

.raw-image img {
  width: initial;
}

.left-bubble img,
.right-bubble img {
  width: 200px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .left-bubble img,
  .right-bubble img {
    float: left;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .left-bubble img,
  .right-bubble img {
    margin-bottom: 0.5em;
  }
}

figure {
  margin: 1em;
  display: table;
  float: right;
}
@media screen and (max-width: 600px) {
  figure {
    float: unset;
  }
}
figure img {
  display: block;
}
figure figcaption {
  text-align: center;
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
  margin: 0 auto;
  display: table-caption;
  caption-side: bottom;
}

.wide figure {
  float: unset;
}
.wide img {
  width: unset;
}

button {
  font-size: 20px;
  border-radius: 10px;
  border-color: white;
  background-color: #BFBFDC;
  color: #034B4B;
  padding: 0.5em;
}

summary {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.theme-toggle-container {
  margin: 0 auto;
  display: block;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}
.navigation .prev,
.navigation .theme-toggle-container,
.navigation .next {
  width: 33%;
}
.navigation .prev {
  margin-right: auto;
}
.navigation .nav-index {
  margin: 0 auto;
  text-align: center;
}
.navigation .next {
  margin-left: auto;
  text-align: right;
}

th {
  border-bottom: 2px solid #BFBFDC;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

td {
  padding: 3px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

p {
  overflow-wrap: anywhere;
}

.fancy-document {
  font-family: "Georgia", serif;
}
@media screen and (min-width: 600px) {
  .fancy-document p {
    text-align: justify;
  }
}

code,
blockquote,
li,
table {
  text-align: initial;
}

li label {
  pointer-events: none;
}

.inline-heading {
  margin-bottom: 15px;
}

@media screen and (min-width: 600px) {
  .inline-heading {
    text-align: justify;
  }
}

.inline-heading h4 {
  display: inline;
  margin-right: 1em;
}

.inline-heading p {
  display: inline;
}

.hash-tag {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.hash-content {
  color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}

.hash-tag code,
.hash-content code {
  background-color: initial;
  border: initial;
}

.outline {
  font-size: smaller;
  margin-top: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.outline p {
  padding: 0px;
  margin: 0px;
  font-size: small;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 30px 0px;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-bubble,
.right-bubble {
  width: fit-content;
  max-width: 66%;
  clear: both;
  text-align: initial;
}
@media screen and (max-width: 600px) {
  .left-bubble,
  .right-bubble {
    max-width: 85%;
  }
}

.left-bubble {
  margin-right: auto;
}

.right-bubble {
  margin-left: auto;
}

.left-bubble-content,
.right-bubble-content {
  border-radius: 20px;
  margin-top: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
  overflow: hidden;
}
.left-bubble-content p,
.right-bubble-content p {
  margin: 0px;
  text-align: left;
}
.left-bubble-content blockquote,
.right-bubble-content blockquote {
  font-size: unset;
}

.left-bubble-content {
  background-color: #bfbfdc;
}
.left-bubble-content blockquote {
  color: rgb(141.5454545455, 141.5454545455, 192.9545454545);
  border-left-color: rgb(141.5454545455, 141.5454545455, 192.9545454545);
  margin: 0.5em 0 0.5em 0;
}

.right-bubble-content {
  background-color: rgb(125.0606060606, 125.0606060606, 183.9393939394);
}
.right-bubble-content blockquote {
  color: rgb(174.5151515152, 174.5151515152, 210.9848484848);
  border-left-color: rgb(174.5151515152, 174.5151515152, 210.9848484848);
  margin: 0.5em 0 0.5em 0;
}

.left-bubble-info,
.right-bubble-info {
  padding-left: 1em;
  padding-right: 1.5em;
  font-size: smaller;
}
.left-bubble-info p,
.right-bubble-info p {
  color: #91b2b2;
}

.left-bubble-info p {
  text-align: left;
}

.right-bubble-info p {
  text-align: right;
}