body {
  user-select:none;
  color: white;
}

.calculator-button{
  color: white;
  height:75px;
  width:75px;
  border:none;
  border-radius: 50px;
  font-size:25px;
  background-color: rgb(51,51,51);
  cursor:pointer;
}

.sign {
  background-color: rgb(254,160,10);
}

.results {
  margin-left:15px;
  height: 25px;
  font-size:25px;
}

.moveLeft {
  margin-left:15px;
}