@font-face{
	font-family: Led;
	src: url(../fonts/SFDigitalReadout-Heavy.ttf);
}
#calculadora{
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px 5px #888;
  border: outset;
  border-radius:24px;
  background-color: #e0dfca;
  padding: 1em;
  width: 355px;
  height: 565px;
}
.boton{
  box-shadow: 2px 2px 1px 1px #b6b5a6;
  background-color: #616160;
  margin: 5px 5px 5px 10px;
  width: 75px;
  height: 40px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}
#num {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  border-radius: 5px;
  height: 55px;
  width:296px; 
  font-size: 32px;
  padding: 5px;
  font-family: 'Led', 'Courier New', Courier, monospace;
  text-align: right;
  background-color: #d9e1e6;
  color: #272726;
}
#mem {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip clip;
  border-radius: 5px;
  float:right;
  border:inset;
  height:45px; 
  width:110px; 
  font-size: 20px;
  padding: 5px;
  font-family: 'Led', 'Courier New', Courier, monospace;
  text-align: right;
  background-color: #d9e1e6;
  color: #272726;
  font-size: 25px;

}

#teclado{
  border-radius: 10px;
  border: inset;
  text-align: center;
  font-size: 15px;
}
#pantalla{
  border:inset;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 8px;
  background-color: rgb(167, 172, 173);
}
p{
  margin-top: 10px;
  margin-bottom: 0px;
}