/* style.css */

/* Make the website scroll smoothly when clicking anchor links */
html {
    scroll-behavior: smooth;
}

/* Ensure images never overflow their containers on mobile */
img {
    max-width: 100%;
    height: auto;
}

/* Add any future custom CSS classes here! */