* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#main {
  background: #00656e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* background: rgb(63, 63, 63); */
}

#canvasWrapper {
  /* width: 432px; */
  /* height: 768px; */
  width: 56.25vh;
  height: 100vh;
}
