*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  padding: 0;
  margin: 0;
}



#box {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  position: absolute;
  background: #262626;
  width: 190px;
  height: 1040px;
}
#box canvas {
position: center;
  width: 190px;
  height: 1040px;
}
