button{
margin: 0px;
border-radius: 10px;
}
body {
 background-color: lightblue;
}
.title {
background-color: orange;
border-radius: 0 0 20px;
width: 240px;
 
}

#btStart{
  background-color: chartreuse;
}
#btStopp{
  background-color: red;
}
#btReset{
 // background-color: lightblue;
}