	body {
  min-height: 100vh;
  background: linear-gradient(135deg, #fff5ad, #ffa8f9);
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center;     /* Centers vertically */
  min-height: 100vh;       /* Full viewport height */
  margin: 0;
}