html, body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction:column;
}

