
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html {
  color: #383838;
  font-size: 24px;
  text-rendering: optimizeLegibility;
  margin: 0;
  letter-spacing: 0.04ex;
  padding: 0;
}

b {
  color: #444;
}

div {
    box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #222;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #777;
  color: #aaa;
  padding: 20px 0 20px 50px;
  position: sticky;
  top: 0;
  z-index: 2;
}

.banner .left {
  font-size: 30px;
  font-weight: bold;
  font-family: sans-serif;
}

.banner .right {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.content {
  margin-bottom: 150px;
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 800px;
  z-index: 1;
}

.blurb {
  margin: 30px 0;
  position: relative;
}

.blurb img {
  border: 2px solid #666;
  padding: 2px;
}

.blurb .info {
  left: 320px;
  position: absolute;
  top: 0;
}

.blurb .title {
  font-family: sans-serif;
  font-size: 30px;
  padding: 0 0 20px 0;
}

.blurb a {
  color: #777;
  text-decoration: none;
}

.blurb a:hover {
  color: #000;
}

.blurb .date {
  color: #aaa;
  font-family: sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

.about {
  color: #888;
  font-size: 16px;
  font-family: sans-serif;
  height: 50px;
  padding-left: 75px;
  line-height: 50px;
}

.about .profile {
  background: url(./profile.jpg);
  border-radius: 50%;
  border: 2px solid #999;
  background-size: cover;
  background-position: center;
  height: 50px;
  position: absolute;
  left: 0;
  width: 50px;
}

.section .title {
  color: #111;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin: 30px 0;
}

.subsection .title {
  color: #111;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0 25px;
}

.ddd-heading {
  color: #111;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 55px 0 25px 0;
}

.heading .title {
  color: #111;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 25px 0;
}

code.inline {
  background: #eee;
  font-size: 21px;
}

.fragment.code .source {
  background: #f8f8f8;
  border: 2px solid #888;
  color: #222;
  font-size: 17px;
  letter-spacing: 0ex;
  margin: 0;
  padding: 20px 30px;
  white-space: pre;
}

.fragment.code .source {
  color: #555;
  font-family: monospace;
}

.fragment.code .source .comment {
  color: #000;
  font-style: italic;
}

.fragment {
  margin: 25px 0;
}

.fragment.image {
  margin-bottom: 35px;
}

.fragment.code {
  margin-bottom: 35px;
}

img {
  ddd-margin: 25px 0 25px;
}

.image-caption {
  text-align: center;
  font-size: 17px;
  font-family: sans-serif;
  ddd-margin: -10px 0 25px 0;
  margin: 15px 0 0 0;
}

li {
  line-height: 28px;
  margin: 20px 0;
}

p {
  line-height: 30px;
  margin: 24px 0;
}

.fragment a {
  color: #111;
  border-bottom: 2px solid #999;
  text-decoration: none;
}

.fragment p a:hover {
  color: #aaa;
  border-bottom: 2px solid #ccc;
}

div.hr {
  color: #777;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3ex;
  margin: 35px 0;
  text-align: center;
}

.banner a {
  color: #999;
  text-decoration: none;
}

.banner a:hover {
  color: #222;
}

.about a {
  color: #666;
  text-decoration: none;
}

.about a:hover {
  color: #111;
  text-decoration: none;
}


.note.title {
  color: #444;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 35px 0 5px -35px;
}

.note {
  font-style: italic;
  font-size: 20px;
  padding-left: 35px;
}

.note p {
    margin: 10px 0;
}

.quote {
  color: #666;
  letter-spacing: 0.1ex;
  word-spacing: 0.7ex;
  font-size: 32px;
  font-style: italic;
  padding-left: 35px;
  margin: 35px 0;
}

.quote p {
  line-height: 36px;
}
