#about-me-section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: 50px;
}

.about-me-content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.about-me-content article {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 1em;
  padding: 1em;
}

.divider {
  display: flex;
  flex-direction: row;
  gap: 1em;
}

.divider article {
  flex: 1;
}
