 .nav-item:active a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 32px;
    height: 1px;
    background-color: #f4b34e;
}

.nav-item:active a, .fi {
    color: #f4b34e;
    font-weight: 500;
    font-family: monospace;
}

.nav-item a {
    position: relative;
    font-weight: 500;
}

.navbar {
    width: 100%;
    z-index: 1099;
    position: fixed;
}