
body{
    margin-top: 100px!important;
}

.slider-header{
    margin-bottom:50px;
    margin-top:75px;
}

.slider, .slider-two, .slider-three  {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb, .slider-two::-webkit-slider-thumb, .slider-three::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    border-radius: 50%; 
    background: #0061b0;
    cursor: pointer;
}

.slider::-moz-range-thumb, .slider-two::-moz-range-thumb .slider-three::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.output-number, .output-number-two, .output-number-three{
    font-size:100px;
}


.value, .value-two, .value-three{
    font-size:30px;
}


.vs h1{
    width:100%;
    text-align: center;
    font-size: 100px;
}


.submit-predic{
    width: 200px;
    height: 51px;
    background-color: #0061b0;
    border: none;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
    margin-left: 0px!important;
    
    
}

.submit-predic:hover{
    background-color:#428bca;
}


.results{
    margin-top:50px;
}



































