
.section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
}
