/* styles.css */

/* Ensure full viewport height */
html, body {
  height: 100%;
  margin: 0;
}

/* General body styling */
body {
  background-color: #f8f9fa;
  font-family: 'Segoe UI', sans-serif;
}

/* Optional: additional customization for the hero section */
.hero {
  background: linear-gradient(to right, #6a11cb, #2575fc);
}
