.contenitore {
  text-align: center;
  width: 270px;
 margin-left: auto;
 margin-right: auto;
 margin-top:50px;
 background-color: #101010;
 border-style: solid;
 border-radius: 14px;
 border-color: white;
 box-shadow: 5px 5px 5px 6px grey;
 border-width: 7px;
}
.display{
  margin: auto;
  text-align: center;
}
.pulsante{
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 5px;
  border-color: white;
  color: white;
  margin: 5px;
}

.calcola{
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-radius: 5px;
  border-color: white;
  color: white;
  margin: 5px;
}
.tastiera{
  display: flex;
  margin:auto;
  }

  .sinistra{
    display:flex;
    margin:auto;
    width:75%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: space-between;
  }
  .destra{
    align-content: space-between;
    width: 25%;
  }

  #diviso {
    background-color: orange;
  }

  #per{
    background-color: lightblue;
  }

#meno {
  background-color: red;
}

#piu {
  background-color: violet;
}

#casella{
  padding: 5px;
  font-size: 18px;
}