* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  /* font: 16px Joystix Monospace; */
}

body {
  width: 100vw;
  height: 100vh;
  background: rgb(10, 10, 10);
}

#container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
