.btn-hover{
    font-weight: 500;
}

.btn-hover:hover{
    background-color: black;
    color: #E9E9E9;
    transition: all 0.3s ease;
}