body {
    font-family: 'Space_Grotesk', sans-serif;
    background-color: #0e0e0e;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.glitch-hover:hover {
    text-shadow: 2px 0 #00f1fd, -2px 0 #8eff71;
}
/* Custom scrollbar for terminal feel */
::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #0e0e0e;
}

::-webkit-scrollbar-thumb {
    background: #39FF14;
}

.nav-txt {
    color: #0077cc !important;
}

    .nav-txt:hover {
        color: #39FF14 !important; /* change to whatever you want on hover */
    }

select option {
    background-color: #0b0f0c; /* your dark background */
    color: #ffffff;
}