* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#app {

}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #050;
  overflow: hidden;
}

/*
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  width: 100vw;
 */