html,body{height:100%;margin:0;padding:0}body{color:#fff;background-color:#0f1116;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#hero{flex-direction:column;justify-content:center;align-items:center;margin:0;display:flex}#links{text-align:left;color:#fff;flex-direction:column;width:400px;font-size:x-large;display:flex}#links a{color:#fff;border:1px solid #fff;border-radius:5px;margin:10px 0;padding:10px;text-decoration:none}#links a:hover{cursor:pointer;background-color:#1f1f1f}#header{max-width:1200px}.slider-styled{appearance:none;background:#3f3f46;border-radius:9999px;height:6px}.slider-styled::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#f59e0b;border:2px solid #27272a;border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;box-shadow:0 1px 3px #0000004d}.slider-styled::-webkit-slider-thumb:hover{background:#fbbf24;transform:scale(1.1)}.slider-styled::-webkit-slider-thumb:active{background:#d97706;transform:scale(.95)}.slider-styled::-moz-range-thumb{cursor:pointer;background:#f59e0b;border:2px solid #27272a;border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;box-shadow:0 1px 3px #0000004d}.slider-styled::-moz-range-thumb:hover{background:#fbbf24;transform:scale(1.1)}.slider-styled::-moz-range-track{background:#3f3f46;border-radius:9999px;height:6px}.slider-styled:focus{outline:none}.slider-styled:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #f59e0b4d}