   body {
       margin: 0;
       padding: 0;
       height: 100%;
       width: 100%;
   }

   canvas {
       width: 100vh;
       height: 100vh;
       padding: 0;
       margin: auto;
       display: block;
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       z-index: -1;
   }
select {
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  text-align: center;
}
option{
  -webkit-appearance: none;
  appearance: none;
  }
   .step {
    display: none;
   }
   img {
    height: 20px;
    width: 20px;
   }
   .preset {
    border: none;
    padding: 0;
    margin: 10px;
    cursor: pointer;
   }
      svg {
        width: 160px;
        margin: 12px;
        margin-bottom: -10px;
      }

   * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
       font: 400 12px Helvetica;
       color: #5627E7;
       letter-spacing: .2px;
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       text-transform: uppercase;

   }



   #colorsContainer *, #presetContainer * {
           vertical-align: middle;
   }


   input,
   button,
   a {
           font: 400 16px Helvetica;
       margin-top: 10px;
       cursor: pointer;
       border-radius: 100px;
       border: 1px solid #5627E7;
       background-color: white;
       padding: 10px 16px;
       margin: 4px 2px;
       color: #5627E7;

   }

   /*Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 100px;
      -webkit-appearance: none;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 20px;
      -webkit-appearance: none;
      color: #5627E7;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 20px;
      -webkit-appearance: none;
      height: 20px;
      border-radius: 100%;
      cursor: ew-resize;
      background: #5627E7;
    }

}
/** FF*/
input[type="range"]::-moz-range-progress {
  background-color: #5627E7; 
}
input[type="range"]::-moz-range-track {  
  background-color: white;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #5627E7; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: white;
}

.info span {
    color:#696969;
    display: none;
}
.info {
    margin: 10px;
}

p{
    text-indent: 10px;
}
   #container {
       margin: 30px;
   }

   .colors {
       height: 20px;
       width: 20px;
       display: inline-block;
       margin: 2px;
       border-radius: 40px;
              border: .5px solid transparent;

   }

   #colorOne {
       background-color: #5627E7;

   }

   #colorTwo {
       background-color: #38A8FF;


   }

   #colorThree {
       background-color: #005738;


   }
   #colorFour {
        background-color: #FFE805;

}
   #colorFive {
       background-color: white;
       border: .5px solid black;

   }

.selected, .pSelect img {
    width: 40px;
    height: 40px;
}


#right {
    position: absolute;
    bottom: 0;
    margin: 30px;
    left:0;
}
   #reset {
    font-size: 12px;
    border: none;
    padding: 0;
    margin: 10px;
    margin-top: 15px;
    margin-left: 62px;
   }