body {
  background-image: url("/img/cloud.jpg");
  background-attachment: fixed;
  max-width: calc(60ch + 2rem);
  font-family: "Times New Roman", Times, serif;
  margin-inline: auto;
  /* background-color: #eee; */
  /* color: hsl(0, 0, 10%); */
  color: #eee;
  /* font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, */
  /* Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */
  padding-inline: 1rem;
  text-rendering: optimizeSpeed;
}

/* @font-face {
    font-family: "Da Vinci";
    src: url("/fonts/da-vinci-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
} */
h1,
h2,
h3 {
  /* font-family: "Da Vinci", serif; */
  font-weight: normal;
}

h1 {
  font-size: 4em;
}
a {
  color: hsl(240, 100%, 77%);
}
a:visited {
  color: hsl(271, 68%, 62%);
}
p {
  line-height: 1.4;
}

article {
  margin-block-end: 5rem;
  /* border-radius: 0.5rem; */
  /* border: 1px solid hsl(0, 0%, 83.33%); */
  padding: 2rem;
  background-color: hsla(0, 0%, 10%, 0.8);
  position: relative;
}
article:after {
  position: absolute;
  content: "✦ ✦ ✦";
  bottom: -3rem;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  color: #00f;
}
article:last-child:after {
  display: none;
}

article > h1 {
  font-size: 2em;
  line-height: 1;
  margin-block-end: 0;
  margin-block-start: 0;
  font-style: italic;
}

article > time {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-block-end: 1rem;
  display: block;
}

.mono {
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  font-size: 0.75em;
}

.table-of-contents {
  margin-bottom: 4rem;
}

.site-intro {
  margin-block-start: 3rem;
  text-align: center;
  margin-block-end: 5rem;
  border-image-source: url("/img/disc-with-music.png");
  border-image-slice: 32;
  border-image-width: 32px;
  border-image-repeat: stretch repeat;
  border-image-outset: 32px;
  /* border-image: url(/img/disc-with-music.png) 30 round; */
}
.site-intro__title {
  font-size: 3rem;
  font-weight: bold;
  font-style: italic;
}
.site-intro__bio {
  margin-block-end: 2rem;
}
