/*
  the main body tag
*/
body {
  margin: 0!important;
  padding: 0!important;
  position: relative;
  background-color: #d78e72;
}

canvas#defaultCanvas0 {
  position: absolute;
  width: 98.5% !important;
  top: 0;
  left: 0;
  bottom: 0;
  touch-action: none;
  border: 10px solid #a09abc;
}

.container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  touch-action: none;
}

#some {
  cursor: move;
}

/* .imgCont {
  width: 50px;
  height: 50px;
  cursor: move;
  margin: 0;
}

.imgCont img {
  width: 100%;
  height: auto;
} */
