html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav .nav-link {
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    transform: scale(1.05);
    text-shadow: 0 0 4px rgba(252, 253, 253, 0.8);
}