datalist {
    display: flex;
    justify-content: space-between;
}

option {
    padding: 0;
}

input[type="range"] {
    margin: 0;
}
