#portfolio-page {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);

  h1 {
    font-size: var(--step-2);
  }
}

projects {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-m);
}

