* {
  padding: 0px;
  margin: 0px;
}

html, body, #root {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#root {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
