html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  background-color: #f9f9f9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  line-height: 1.7;
}

em {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.container {
  background-color: transparent;
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 800px;
  color: #222;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

@media only screen and (max-device-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

a {
  color: #0078d7;
  text-decoration: none;
}

strong {
  font-weight: 600;
}

.topBar {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  color: #222;
}

.topBar a {
  color: black;
  text-decoration: none;
}

section.list ul {
  list-style-type: none;
}

li.postExcerpt time {
  color: #888;
  display: block;
  margin-right: 2rem;
  font-size: 0.9rem;
  font-weight: 400;
}

li.postExcerpt a {
  font-weight: 600;
  font-size: 1.5rem;
  color: #222;
}

li.postExcerpt p {
  color: #666;
  padding-bottom: 1.8rem;
  font-size: 1.1rem;
  line-height: 1.7;
}

section.postExcerpt section {
  display: block;
}

section.postExcerpt h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #222;
  font-weight: 600;
}

section.postExcerpt header {
  margin-bottom: 0.6rem;
}

section.list {
  max-width: 100%;
  float: left;
}

.findme {
  font-size: 0.9em;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.findme ul {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.findme li {
  display: inline;
  list-style-type: none;
  padding-right: 1.5rem;
}

.findme li a {
  color: #861657;
}

article section#title h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02rem;
  font-style: normal;
  color: #222;
  font-weight: 700;
}

@media screen and (min-width: 0px) and (max-width: 600px) {
  article section#title h1 {
    font-size: 1.8rem;
  }
  li.postExcerpt time {
    margin-right: 0.5rem;
  }
  .findme li{
    padding-right: 0.5rem;
  }
}

article > #title > time {
  color: #555;
  font-size: 0.9rem;
}

article section#content {
  font-size: 1.15rem;
  letter-spacing: -0.05px;
  margin-top: 1.5rem;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  color: #333;
  line-height: 1.8;
}

article section#content a {
  color: #0078d7;
}

@media only screen and (max-device-width: 480px) {
  article section#content {
    font-size: 18px;
  }
}

article section#content ul {
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;
  margin-left: 2rem;
  list-style-type: disc;
}

article section#content ol {
  margin-bottom: 1.2rem;
  margin-top: 0.6rem;
  margin-left: 2rem;
  list-style-type: decimal;
}

article section#content > :not(h1):not(h2):not(h3):not(h4):not(ul):not(ol) {
}

article section#content h1 {
  font-size: 1.9rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  font-weight: 700;
  color: #222;
}

article section#content h2 {
  font-size: 1.7rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  font-weight: 700;
  color: #222;
}

article section#content h3 {
  font-size: 1.5rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  font-weight: 600;
  color: #222;
}

article section#content h4 {
  font-size: 1.2rem;
  font-style: normal;
  margin-bottom: 1.2rem;
  margin-top: 2rem;
  font-weight: 600;
  color: #222;
}

blockquote {
  background: #f5f5f5;
  border-left: 3px solid #aaa;
  font-style: italic;
  margin: 1.5rem;
  padding: 0.8rem 1.2rem;
  font-weight: 400;
  color: #444;
  border-radius: 5px;
}

blockquote p {
  display: inline;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 1.2rem;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 2rem;
  margin-bottom: 1.2rem;
}

ul ul,
ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 1rem;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 1rem;
}

img {
  width: 100%;
  max-width: 750px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}

hr {
  border: none;
  height: 1px;
  color: #ddd;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #eee;
}

section.list {
  max-width: 100%;
  margin-top: 1.5rem;
}

section#main h2 {
  margin-top: 1.2rem;
}

pre code {
  display: block;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  margin: 0.5rem;
  font-size: 0.9rem;
  width: auto;
  overflow-x: auto;
  line-height: 1.6;
  padding: 1.5rem;
}

