
body {
    font-family: 'Times New Roman', serif;
    scroll-behavior: smooth; 
    background-size: cover; 
    background-attachment: fixed;
    background-position: center; 
}


.nav-link.active {

    @apply text-blue-800 bg-blue-100;
}


.mobile-menu {
    display: none;
}


.mobile-menu.active {
    display: flex;
}

