body {
    padding: 20px;
}
.question {
    margin-bottom: 15px;
}
.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-left, .slider-right {
    width: 20%;
    text-align: center;
}
