html{
    background-color: gray;
	font-family: "Courier New", monospace;
font-size: 0.9em;
}

#canvas{
    width: 100%;
    height: 100%;
    color:blue;
    background-color: blue;
}

.first{
    top: 160px;
}

#sliderDiv{
    position: absolute;  
    top: 30px;  
    width: 205px;  
    height: 10px;  

}

#sliderBG{
    position: absolute;  
    top: 59px;  
    width: 205px;  
    height: 300px;
    background: rgba(0, 0, 0, 0.6);
    margin-top:-50px;
}

.number{
    width: 50px;
    margin-left: 5px;
}

.button{
    position: absolute;  
    top: 10px;  
}



p{
    padding-left: 5px;
    color: beige;
    margin:0%;
}

#count{
    position: absolute;
    right: 10px;
    user-select: none;
}

#header{
    position: absolute;
    user-select: none;
    right: 45%;
}
