.my-custom-card{color:#444;background:linear-gradient(135deg,#9ef0f4 0%,#efefcc 100%);border-radius:.75rem;padding:1.5rem;font-weight:600;transition:transform .6s linear,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.my-custom-card:hover{transition:transform .3s linear,box-shadow .3s;transform:translateY(7px);box-shadow:0 10px 20px #0003}
