section .content {
  max-width: 900px;
}

section {
  padding-top: 10rem;
}

section h1 {
  margin-bottom: 1rem;
}

section h4 {
  margin-top: 2rem;
}

section img {
  width: 100%;
  height: auto;
  margin: 3rem 0;
}

section bdi {
  color: var(--secondary-color);
}

section table {
  margin-top: 1rem;
  border-collapse: collapse;
}

section td {
  border: 1px solid black;
  padding: 0.5rem 2rem;
}