main {
  display: flex;
  flex-direction: row;

  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;

  gap: 1rem;
  padding: 1.5rem;
}