@import "tailwindcss";

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* You can adjust this value to match your desired footer height */
    /* Add additional styling if needed */
}