* {
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100svh;
  position: relative;
}

#wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#canvas-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  align-self: center;
}
