*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;font-family:Poppins,sans-serif;background:#f7f6f3;color:#1d1b18}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:5px;background:#e4e1da;border-radius:3px;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#c4a46c;cursor:pointer;border:3px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.2)}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#c4a46c;cursor:pointer;border:3px solid #fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f0eee9}::-webkit-scrollbar-thumb{background:#d8d4cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#c4a46c}