/* Custom styles that go beyond Tailwind CSS capabilities */
body {
    /* Ensures the background always covers the entire viewport smoothly */
    background-attachment: fixed;
}
