.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
}
