body {
  max-width: 1000px;
  margin: 3em;
  font-family: "IBM Plex Sans", sans-serif;
}

header {
  margin-bottom: 2em;
}

p {
  max-width: 500px;
}

figure {
  margin-left: 0;
  display: flex;
  align-items: center;

  img {
    max-width: 200px;
  }

  figcaption {
    margin-left: 2em;
    max-width: 400px;
  }
}

a {
  color: unset;
  text-decoration: underline #f00 dotted 2px;
  &:hover {
    text-decoration-style: solid;
  }
}
