.contenitore{
width: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
background-color: lightblue;
border-style: solid;
border-radius: 15px;

}


.display{
  margin-left: 60px;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 50px;
}
.comandi {
  font-size: 20px;
  font-style: strong;
text-align: center;
}
.pulsante{
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 30px;
  border-color: black;
  color:black;
  margin: 5px;
  font-size: 20px;
  font-style: italic;
margin-right: 5px;
align-content: flex-end;
text-align: center;
text margin bottom: 5px;
}
.tastiera{
  display: flex;
margin-right: 20px;

}

.sinistra{
  display: flex;
  width: 75%;
  flex-wrap: wrap;
  flex-direction: row;
text-align: center
 margin-bottom: 5px;
}

.destra {
  width: 25%;
text-align: center
 margin-right: 5px;
}

#diviso {
}
