.loading {
  width: 200px;
  margin: 0 13px 13px 0;
  border-radius: 5px;
  transition: box-shadow 0.3s ease-in-out;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
