body{
    font-family: 'Inter', sans-serif;
}


.header-selector .active{
    color: #FF0000;
    font-weight: 500;
    position: relative;
}

.header-selector .active::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FF0000;
}