*{
  margin :0;
  padding: 0;
}
#screen{
  width: 500px;
  height: 400px;
  background: #9c999b;
  display: flex;
  place-items: center;
  
  background-color: #948f91;
 
}
canvas{
 
  margin-left: 12px;
  box-shadow: 0px 0px 4px 4px #6e6e6ec5;
}


.btns img{
  margin: 2px 0 30px 40px;
}
.btns{
  
  place-items: center;
  margin: 20px 0 0 17px;
  
}

.all_btn{
  margin-bottom: 50px;
}


span{
  color: white;
  font-size:medium;
  margin-top: 8px;
  margin-bottom: 0px;
}

.instraction{
  width: 500px;
  height: 100px;
  background: #bab2b5;
}





button {
  display: inline-block;
  width: 120px;
  color: white;
  background-color: #5d001e;
  border-radius: 3px;
  border: 2px solid #e3afbc;
  /* margin-top: 10px; */
  text-align: center;
  padding: 4px 5px;
  font-size: small;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 2px 6px #6e6e6ec5;
  /* margin: 10px 0px; */
  margin-top: 20px;
  /* float: inline-end; */
}
button:hover {
  background-color: #e3afbc;
  color: white;
  cursor: pointer;
}





#instruction{
  width: 450px;
  color: black;
}
hr{
  margin-bottom: 5px;
}
.dropdown{
    display: grid;
    place-items: center;
    
  padding-left: 20%;
  
}

select  {
    background-color: #5d001e;
    border-radius: 3px;
    border: 2px solid #e3afbc;
    text-align: center;
   
    font-size: small;
   /*  text-transform: uppercase; */
    box-shadow: 2px 6px #6e6e6ec5;
    font-weight: 1000;
    width: 120px;
    height: 30px;
    color:white;
    margin-bottom: 2px;
  }
  select:hover{
    background: #e3afbc;
  }
  
  select option{
    background: #6e6e6ec5;
  }

/* #start{
  background-color: #880a32;
  border-radius: 3px;
  border: 2px solid #e3afbc;
  text-align: center;
  padding: 4px;
  font-size: small;
  text-transform: uppercase;
  box-shadow: 2px 6px #6e6e6ec5;
  font-weight: 500;
  width: 220px;
  height: 30px;
  color:white;
  margin-bottom: 50px;
}
   */
.slider-text{
  display: grid;
  place-items: center;
  width: 145px;
  
  }
  
  #temp{
    color: white;
    font-size: large;
    margin-top: 7px;
    margin-left: 15px;
  }
  
  .range-slider__range {
    -webkit-appearance: none;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background: #fff7f7;
    outline: none;
  }
  .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .range-slider__range::-webkit-slider-thumb:hover {
    background: #9a1750;
  }
  .range-slider__range:active::-webkit-slider-thumb {
    background: #9a1750;
  }
  .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  .range-slider__range::-moz-range-thumb:hover {
    background: #9a1750;
  }
  .range-slider__range:active::-moz-range-thumb {
    background: #9a1750;
  }
  .range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #9a1750;
  }
  
  .range-slider__value {
    display: inline-block;
    position: relative;
    color: black;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    
    padding: 5px 10px;
    font-size: 18px;
    margin-bottom: 3px;
  } 
  
  ::-moz-range-track {
    
    border: 0;
  }
  
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }

  @-moz-document url-prefix() {
    #instruction{
      color: black;
      margin-top: 10px;
      font-size: 14px;
    }
    
  }

