/* PitPal – custom styles (intentionally empty; rely on Framework7 defaults) */
body {
  display: flex;
  justify-content: center;
}

#app {
  max-width: 600px; /* Adjust this value to your preferred width */
}