.auth {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh; 
  text-align: center;
}

.auth h1 {
  margin-bottom: 2rem;
}
