body {
    margin: 0 auto;
    width: 1000px;
    background-image: url(img/fons1.jpg);
}


main {
    background-color: black;
    margin-top: 30px;
    color: white;
    border-radius: 8%;
}

section {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 30px;
}

h1 {
    color: chartreuse;
}

span.black {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    display: inline-block;
    width: 60px;
    background-color: black;
    color: white;
    border: 1px solid black;
}

span.white {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 60px;
    display: inline-block;
    background-color: white;
    border: 1px solid black;

}
#modificar{
  height: 40px;
  width: 40px;
  background-color: yellow;
}
canvas{
  border:1px solid white;
}
.slidecontainer {
    width: 30%; /* Width of the outside container */
}

/* Mouse-over effects */
.slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

.slider {
    margin-top: 20px;
    -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 {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
  }
.inline{
    display: inline-block;
}
.none{
    display: none;
}
#uno{
    float: left;
}
#dos{
    float: right;
}
#t1,#t2{
    color: deeppink;
    padding-left: 80px;
}
#taula{
    display: block;
    width: 800px;
}



