.card{width:18rem;padding:1rem;text-align:center;border-radius:.8rem;background-color:white}.card__skeleton{background-image:linear-gradient(90deg,#ccc,rgb(229 229 229/90%) 40px,#ccc 80px);background-size:300%;background-position:100% 0;border-radius:inherit;animation:shimmer 1.5s infinite}.card__title{height:15px;margin-bottom:15px}.card__description{height:100px}@keyframes shimmer{to{background-position:-100% 0}}