/* Adjust the width of sliders */
input[type="range"] {
    width: 300px;
    margin: 10px 0; /* Add some margin */
}
