.skeleton{opacity:1;animation:skeleton-loading 2s linear infinite alternate}.skeleton-text{width:100%;height:1.5rem;margin-bottom:.25rem;border-radius:.125rem}.skeleton-text:last-child{margin-bottom:0;width:80%}@keyframes skeleton-loading{0%{background-color:hsl(200,20%,70%)}to{background-color:hsl(200,20%,95%)}}