/* Constructor template — styles handled by Tailwind CSS */
html {
    scroll-behavior: smooth;
}
.main_wrapper {
    min-height: 100vh;
}
