html,
body {
  margin: 0;
  height: 100vh;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#root {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50vh;
  transform: translateY(-50%);
}

.hidden {
  display: none;
}
