/* Base styles */
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

/* Ensure smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Add any custom styles here */