body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content {
  max-width: 40rem;
  width: 100%;

  padding: 2rem;

  background: #000;
}

.title {
  font-size: 2.4rem;
}

p, h2, h3, h1, img, h4, h5, ul, ol {
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.5rem;
}

img {
  max-height: 20rem;
}
