body {
  margin: 0 auto 2em auto;
  max-width: 80ch;
}

h1,
h2 {
  font-family: "Lexend Deca", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

p,
a {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

article.card {
  display: flex;
  flex-direction: column;
}

article.card img {
  align-self: center;
  max-width: 80%;
}
