html {
  color: rgb(255 255 255 / 87%);
  background-color: #000;
}

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

html,
body,
#root {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  inline-size: 100%;
  block-size: 100%;
  margin: 0;
  padding: 0;
}
