
.navv a {
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #1e1ef0;
    margin: 0 42px;
    align-items: center;
    background-color: transparent;
    text-decoration: none;
}
.navv .active {
    color: #ff00cd;
    cursor: default;
    border-bottom: 5px solid #ff00cd;
    font-weight: 500;
    font-size: 25px;
}