body {
    margin: 0; 
    padding: 0
}
canvas {
  box-sizing: border-box;
  display: block;
  width: 100%; 
  max-width: 1150px; 
  height: 100%;
  max-height: 1000px; 
  margin: 105px auto;
  padding: 10px;
  border: 2px solid black;
  background-color: #fff;
}
main {
  height: 100vh;
  width: 100vw;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  background: #4ECAFF;
}
.main-theme {
  position: relative;
  width: 1440px;
  height: 1024px;
  
  background: linear-gradient(0deg, #4ECAFF, #4ECAFF);
}
::-webkit-scrollbar {
  display: none;
}
* {
  cursor: url(https://cur.cursors-4u.net/others/oth-7/oth665.cur),
  auto !important;
}

/* Loading Page */
.transition-fadeout {
  width: 400px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 4s, opacity 4s linear;
}

/* Drawing Board Page */
.logo-location {
  position: absolute;
  width: 304px;
  left: 568px;
  top: 70px;
}
.undo-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 526px;
  top: 146px;
}
.redo-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 584px;
  top: 146px;
}
.play-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 642px;
  top: 146px;
}
.eraser-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 700px;
  top: 146px;
}
.pencil-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 758px;
  top: 146px;
}
.palette-location {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 816px;
  top: 146px;
}
.share-location {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 884px;
  top: 156px;
}

.help-location {
  position: absolute;
  width: 119px;
  height: 636px;
  left: -4px;
  top: 215px;
}
.pencil-popup {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pencil-flag-location {
  visibility: hidden;
  position: absolute;
  width: 120px;
  height: 258px;
  left: 723px;
  top: 182px;
}
.pencil-popup-location {
  visibility: hidden;
  position: absolute;
  width: 120px;
  height: 258px;
  left: 723px;
  top: 182px;
}
.big-stroke-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 733.5px;
  top: 258.5px;
}
.medium-stroke-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 733.5px;
  top: 312.5px;
}
.small-stroke-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 733.5px;
  top: 368px;
}
.full-opacity-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 787.5px;
  top: 258.5px;
}
.medium-opacity-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 787.5px;
  top: 312.5px;
}
.little-opacity-location {
  visibility: hidden;
  position: absolute;
  width: 45px;
  height: 45px;
  left: 787.5px;
  top: 368px;
}
.pencil-popup .show {
  visibility: visible;
}
.yes-button-location {
  align-self:initial;
  width: 121px;
  height: 60px;
}