.btn:hover{
    margin-top: 1px;
}
.nav-link:hover{
    color: #3f33c7dc;
}
.nav-link .active:hover{
    color: #3f33c7c4;
}