.skeleton {
  opacity: .7;
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: .5725rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skeleton-text:last-child {
  width: 50%;
}

.skeleton-button {
  display: inline-flex;
  flex-direction: row;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: .1875rem;
}
