@keyframes bounce {
    100% {
        top: -20px;
        text-shadow: 0 50px 25px rgba(0, 0, 0, 0.2);
    }
}