
body {
  padding: 10px;
  width: unset;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: var(--bg-color);
}

h1 {
  font-size: 1.8rem;
}

h2 {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  border-bottom: 1px solid var(--fg-color);
}
h2::before {
  content: '';
  display: inline-block;
  min-width: 42px;
  min-height: 42px;
  margin: 0 3px 0 5px;
  background-image: url("/images/feather.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

h3 {
  font-size: 1.1rem;
}

img {
  max-width: 100%;
}

figure {
  margin-top: 0;
  text-align: center;
}

figcaption {
  font-size: 0.9rem;
}

p {
  margin-top: 0;
}

ul, ol {
  margin-top: 0;
}

ul p {
  margin-bottom: 0;
}

ol p {
  margin-bottom: 0;
}

#contents-wrapper {
  display: flex;
  justify-content: center;
}

#contents {
  width: 100%;
  max-width: 640px;
  padding: 10px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  line-height: 180%;
}

#date {
  text-align: right;
}

.soundcloud {
  margin-bottom: 20px;
}

audio {
  width: 100%;
}
