html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.active {
    background-color: rgb(18, 107, 18);

}
.btn-hover:hover {
    transform: scale(1.05);
    background-color: rgb(167, 216, 167);
    color: black;
}
.hide{
    display: none;
}
.hvcard:hover{
    transform: scale(1.08);
    background-color: aliceblue;
}