.creative-button {
    transition: all linear 0.4s;
}

.creative-button:hover {
    box-shadow: 0px 0px 7px 0px rgba(10, 10, 10, 0.5);
}