body{
    background-color: rgb(240,240,240);
    position: relative;
    top: 50px;
}
*{
    font-family: system-ui;
}
.chose{
    background-color:white;
    border-radius: 20px;
    display:flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    padding:25px;
    box-shadow: 0px 0px 12px 0px grey;
}
h2{
    align-self: center;
    padding:10px;
    margin:5px;
    border-radius:10px;
    box-shadow:inset 0px 0px 4px 0px grey;
}
chose-color{
    display: inline-flex;
    justify-content: space-between;
}
.label{
    font-weight: bold;
}
input[type='range']{
    appearance:none;
    border: 1px solid darkgrey;
    border-radius: 15px;
    box-shadow: inset 0px 0px 9px 0px #80808052;
}