@media print {
  header a {
    display: none;
  }
}
@media screen and (max-width: 445px) {
  header a,
  header h1 {
    font-size: 100%;
    padding-top: 0.5em;
  }
  header a {
    margin-top: -0.35em;
  }
  header a img {
    height: 1em;
    margin-top: 0.25em;
  }
}
@media (min-width: 40em) {
  blockquote,
  li,
  p {
    text-align: justify;
  }
}
@view-transition {
  navigation: auto;
}
a:link {
  color: maroon;
}
.antispam {
  display: none;
}
b {
  color: maroon;
}
body {
  font-family: sans-serif;
  font-size: 110%;
  line-height: 1.25;
  margin: 1em auto;
  max-width: 46em;
  text-wrap: pretty;
  width: calc(100% - 2em);
}
.bottom-right {
  background-color: beige;
  padding: 0.5em 2em 0.5em 2em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
footer {
  clear: left;
  color: grey;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1em;
}
footer a {
  color: grey;
}
footer span {
  margin-right: auto;
}
header {
  background: maroon;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
  padding: 0 1em;
}
header a {
  color: white;
  padding-left: 0.5em;
  padding-top: 0.9em;
}
header a:link {
  color: white;
}
header h1 {
  margin: 0.15em auto 0.15em 0;
}
header img {
  height: 1.5em;
  position: relative;
  top: -0.25em;
  width: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
}
.todo {
  background-color: yellow;
  font-weight: bold;
  list-style: inside;
  padding: 1em;
}
.youtube {
  display: inline-block;
  position: relative;
}
.youtube .logo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 1;
}