@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: center;
}

h2{
    margin: 0.2%;
    margin-top: 3%;
    margin-bottom: 1%;
}

.Container{
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 10%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sliderContainer{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.label{
    margin: 1% 1%;
}

.slider{
    width: 80%
}

p{
    color: white;
    font-weight: bold;
    font-size: 100%;
}

#canvas{
    display: block;
}