#gacor {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: 0.6s ease-in-out,box-shadow 0.5s ease;
}

#gacor:hover{
    transform: scale(1.05);
}