/* Custom styles to complement Tailwind CSS */
body {
    font-family: 'Arial', sans-serif;
}

nav a {
    transition: all 0.3s ease;
}

footer {
    margin-top: auto;
}
