}
.scale-btn {
    transition: transform 0.2s ease;
    cursor: pointer;
}
.scale-btn:hover {
    transform: scale(1.03);
}
