.atom-collection-button {
  transition: all 0.2s ease-in-out;
}

.atom-collection-button:hover {
  transform: translateY(-1px);
}
