/* * {
    box-sizing: border-box;
} */


/* body,
html {
    font-family: 'Francois One', sans-serif;
    margin: 0;
    padding: 0;
} */

.wrapper-czt .h1 {
    margin: 50px auto;
    color: #eb3992;
    font-size: 200%;
}

.wrapper-czt {
    margin: 0 auto;
    max-width: 980px;
}

section.all-sliders {
    width: 100%;
    float: left;
}

canvas {
    position: absolute
}

.slider-container {
    width: 50%;
    float: left;
    margin: 80px 10px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #c4bfff;
    outline: none;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #655ecf;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #655ecf;
    cursor: pointer;
}


/* 1 */

.first {
    width: 50%
}

.first span {
    color: #655ecf
}

.first .slider::-webkit-slider-thumb {
    background: #655ecf
}

.first .slider {
    background: #c4bfff
}


/* 2 */

.second {
    width: 30%
}

.second span {
    color: #eb3992
}

.second .slider::-webkit-slider-thumb {
    background: #eb3992
}

.second .slider {
    background: #ff7ebe
}


/* 3 */

.third {
    width: 60%
}

.third span {
    color: #FF7F50
}

.third .slider::-webkit-slider-thumb {
    background: #FF7F50
}

.third .slider {
    background: #FF7F50
}


/* 4 */

.fourth {
    width: 20%
}

.fourth span {
    color: #87CEFA
}

.fourth .slider::-webkit-slider-thumb {
    background: #87CEFA
}

.fourth .slider {
    background: #87CEFA
}


/* 5 */

.fifth {
    width: 30%
}

.fifth span {
    color: #228B22
}

.fifth .slider::-webkit-slider-thumb {
    background: #228B22
}

.fifth .slider {
    background: #228B22
}


/* 6 */

.sixth {
    width: 50%
}

.sixth span {
    color: #FFD700
}

.sixth .slider::-webkit-slider-thumb {
    background: #FFD700
}

.sixth .slider {
    background: #FFD700
}