/* ============================================
   Simple PWA - Custom Styles
   Bootstrap 5 handles most layout/styling
   ============================================ */

/* Smooth background for the whole page */
body {
  background-color: #f8f9fa;
  min-height: 100vh;
}

/* Card spacing and rounded corners */
.card {
  border: none;
  border-radius: 12px;
}

/* Center content nicely on larger screens */
.container {
  max-width: 540px;
}
