body {
  color: #222;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 1rem;
  max-width: 768px;
}

header {
  border-bottom: 1px solid #222;
  margin-bottom: 1rem;
}

footer {
  border-top: 1px solid #222;
  margin-top: 1rem;
}

a {
  color: #00e;
  text-decoration: none;
}
/* Centered class for images and other block elements */
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Page style */
.page-header {
  margin-bottom: 2rem;
}

.page-header__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-header__title {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.page-header__stats {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}
