body{
    overflow: hidden;
    font-family: 'Nova Round', cursive;
    background-color: #ffffff;
    
}
    
    input[type=range]::-webkit-slider-thumb{
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}

input[type=range] {
  -webkit-appearance: none;
  width: 50%;;
  margin: 5.7px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 50%;;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 0px 0px 1.8px #000000, 0px 0px 0px #0d0d0d;
  background: #484d4d;
  border-radius: 9.2px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #dc6100;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #3881f7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #484d4d;
}
input[type=range]::-moz-range-track {
  width: 50%;;
  height: 8.6px;
  cursor: pointer;
  box-shadow: 0px 0px 1.8px #000000, 0px 0px 0px #0d0d0d;
  background: #484d4d;
  border-radius: 9.2px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #dc6100;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #3881f7;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 50%;;
  height: 8.6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #484d4d;
  border: 0px solid #010101;
  border-radius: 18.4px;
  box-shadow: 0px 0px 1.8px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #484d4d;
  border: 0px solid #010101;
  border-radius: 18.4px;
  box-shadow: 0px 0px 1.8px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
  border: 0px solid #dc6100;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #3881f7;
  cursor: pointer;
  height: 8.6px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #484d4d;
}
input[type=range]:focus::-ms-fill-upper {
  background: #484d4d;
}
#me{
display: inline-block;
position:fixed;
margin:0;
font-weight:500;
font-size:20px;
color: gray;
}
.c-box{
width:250px;
float:right;
border: solid 5px #606c7f;
border-radius: 5%;
}
.btn{
text-align:center;
font-size: 25px;
background: #606c7f;
color: #fff;
}
.main-c{
    display: none;
}
.start-g, .stop-g{
margin-top:10px;
margin-left:4px;
margin-right:4px;
display: inline-block;
}
#gravity-y{
transform: rotateZ(90deg);
float:right;
}
.input-area{
margin-top:70px;
}
.reset, .close, .stop-g, .start-g{
width:90px;
padding-bottom:5px;
padding-top:5px;
text-transform: uppercase;
text-align: center;
font-weight:600;
border: solid 3px #606c7f;;
cursor: pointer;
border-radius: 5px;
transition: all .3s;
}
.close:hover, .stop-g:hover, .start-g:hover{
transition: all .5s;
border-radius: 12px;
background:#606c7f;;
color: #fff;
}


#demo{
    margin-top:10%; 
}

#demo input{
    padding: 0px;
width: 300px;
height: 30px;
font-size: 20px;
transition: all 1s;
outline: none;
text-align: center;
    background: transparent;
border: solid 3px;
border-color: transparent transparent brown;
}
#demo input:focus{
width: 400px;
transition: all 1s; 
border-color: gray;
}
#wbox span{
    font-size: 85px;
}
.test{
    font-size: 85px;
}

@media only screen and (max-width: 600px){
#me{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
}
.c-box{
    display: none;
}

#wbox span{
    font-size: 42px;
}
.test{
    font-size: 42px;
}

#demo input:focus{
    width:300px;
}
}
/* latin */
@font-face {
  font-family: 'Nova Round';
  font-style: normal;
  font-weight: 400;
  src: local('Nova Round'), local('NovaRound'), url(https://fonts.gstatic.com/s/novaround/v12/flU9Rqquw5UhEnlwTJYTUYDUeMlbABY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}