body {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  overflow: hidden;
  width: 1100px;
  height: 690px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: black;
  text-decoration: none; 
}

#contain {
  padding:10px ;
  height: 400px;
 }

#dugmeler {
  padding-left: 13px;
  height: 400px;
  padding-top: 10px;
 }

.palette {
  width: 40px;
  height: 40px;
  float: left;
  margin: 6px;
}

.shapes {
  width: 23px;
  height: 23px;
  margin: 0 auto;
  display: inline-block;
}

#shaperectangle {
  border: 1px solid transparent;
  background: #6a6a6a;
}

#shapetriangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #1f1f1f;
  display:inline-block;
  background: white;
}

.red { background: red; }
.red1 { background: #F16161; }
.red2 { background: #F69FA0; }
.orange { background: orange; }
.orange1 { background: #F99F62; }
.orange2 { background: #FBB57B; }
.blue { background: #09C2DB; }
.blue1 { background: #8BD3DC; }
.blue2 { background: #B9E3E8; }
.indigo { background: #0E38AD; }
.indigo1 { background: #546AB2; }
.indigo2 { background: #9C96C9; }
.green { background: green; }
.green1 { background: #97CD7E; }
.green2 { background: #C6E2BB; }
.black { background: black; }
.black1 { background: #545454; }
.black2 { background: #B2B2B2; }
.yellow { background: yellow; }
.yellow1 { background: #F7F754; }
.yellow2 { background: #F7F4B1; }
.purple { background: #B9509E; }
.purple1 { background: #D178B1; }
.purple2 { background: #E3ABCE; }

.white {
  background: white;
  border: 1px solid gray;
  float: none;
  margin: 0 auto;
  border-radius: 50%;
}

#paintbg {
  width: 1200px;
  height: 775px;
  margin: auto;
  margin: center;
}

#colorpanel {
  width: 192px;
  height: 775px;
  float: left;
  margin-right: 0px;
  border: 2px solid black;
}


#canvasarea {
  width: 1000px;
  height: 775px;
  float: left;
  margin-top: 0px;
}

#space {
  width: 130px;
  height: 24px;
  margin: 0 auto;
}

#sliderInput {
  width: 90%;
  float: left;
  padding: 3px;
}

.button {
  background-color: white;
  color: black;
  border: 1px solid black;
  outline: 0;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

#round {
  border-radius: 30px;
  width: 55%;
  height: 40px;
  font-size: 18px;
}

#rough {
  border-style: dotted solid;
  width: 70%;
  height: 40px;
  background-color:yellow;
  font-weight: bold;
  font-size: 24px;
}

#square {
  border-style: solid;
  width: 55%;
  height: 50px;
  font-size: 18px;
}

input.vertical {
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
}

input[type=range]{
  width: 65%;
  display: inline-block;
}

input[type=button]{
  margin-bottom: 5px;
  background-color: white;
  color: black;
  border: 1px solid black;
  width: 65px;
  outline: 0;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

input[type=range]::-webkit-slider-runnable-track {
  margin-top: -10px;
  margin-left: 15px;
  width: 308px;
  height: 3px;
  background: #000;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: slider-vertical;
  height: 16px;
  width: 16px;
  border: 3px solid blue;
  margin-top: -4px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: black;
}

#title {
 font-size: 22px;
 text-align: center;
 padding-top: 8px;
}
#title2 {
  font-size: 22px;
  text-align: center;
  padding: 8px; 
}
 
 


