/* Custom styles to complement Tailwind CSS */
header {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

section {
    scroll-margin-top: 80px;
}

#demoWidget {
    transition: all 0.3s ease;
}