body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
