.album-card-hover:hover img {
    transform: scale(0.9);
}

.album-card-hover:hover h2 {
    color: #C29E55;
}

.album-card-hover:hover button {
    width: 60px;
    height: 60px;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}