.btn-hover {
transition: transform 0.2s;
}
.btn-hover:hover {
transform: translateY(-2px);
}