body {
  font-family: "IBM Plex Sans", sans-serif;
  font-optical-sizing: auto;
  text-align: center;
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 1rem;
  color: #ddd;
  background-color: #202020;
  padding: 0 10px
}
h1, h2, h3 {
  font-size: 2rem;
  line-height: 1.2;
}
a {
  color: #eee;
  text-decoration: none;
  text-shadow: 0 0 0.5rem #eeeeee33;
  transition: all 0.1s ease-in-out;
}
a:hover {
  color: #fff;
  text-shadow: 0 0 0.7rem #eeeeeeaa;
}
a:visited { color: #eee; }
img {
  border-radius: 0.5rem;
  max-width: 10rem;
  border: 2px solid #010101;
  box-shadow: 0 0 0.5rem #00000088;
}
li { list-style-position: inside; margin-right: 2rem; }
hr { width: 20rem; }
