body, html {
    margin:0px;
    height:100%;
    overflow-y: hidden;
}

#menu {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    text-align: right;
}

input {
    -webkit-appearance: none;
    appearance: none;
    width: 120px;
    height: 15px;
}

input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#pop::-webkit-slider-thumb {
    background: #AF4C50;
}

#spd::-webkit-slider-thumb {
    background: #4C50AF;
}

#mut::-webkit-slider-thumb {
    background: #AC50AF;
}

#len::-webkit-slider-thumb {
    background: #4CAF50;
}

#fric::-webkit-slider-thumb {
    background: #AC8050;
}

#acc::-webkit-slider-thumb {
    background: #50AC80;
}

#casts {
    -webkit-appearance: checkbox;
    appearance: checkbox;
    width: auto;
    height: auto;
}



