body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#1b1b32;flex-wrap:wrap;font-family:Lato,sans-serif;height:120vh;padding-top:10px}.App,.freecodecamp-logo-contenedor{align-items:center;display:flex;justify-content:center}.freecodecamp-logo-contenedor{height:50px;margin:8px;width:100%}.freecodecamp-logo{border:2px solid red;height:100px;left:5%;position:absolute;top:15%}.freecodecamp-logo2{border:2px solid blue;height:100px;position:absolute;right:5%;top:15%}.contenedor-calculadora{background:#99c9ff;border:5px solid #fff;border-radius:20px;height:600px;padding:14px;position:absolute;top:1.5%;width:400px}@media screen and (max-width:600px){.contenedor-calculadora{height:520px;width:315px}.freecodecamp-logo,.freecodecamp-logo2{display:none}}.boton-contenedor,.fila{align-items:center;display:flex;justify-content:center;margin:4px}.boton-contenedor{background:#1b1b32;border:2px solid #fff;border-radius:25px;color:#fff;cursor:pointer;flex:1 1;font-size:38px;font-weight:700;height:83px;-webkit-user-select:none;user-select:none}.boton-contenedor:hover{background-color:#8a2be2;color:#fff}@media (max-width:600px){.boton-contenedor{height:60px}}.operador{background-color:#068e18}.operador:hover{background-color:#8a2be2}.input{background-color:#0a0a23;border-radius:50px;box-shadow:-1px 4px 1px 1px #fff;font-size:30px;height:75px;justify-content:flex-end;margin:1px solid #888;padding:11px 30px 11px 11px}.boton-clear{
  /* width: 80px; */
  height: 85px;
  font-size: 1.9em;
  display: flex;
  flex: 1;
  background-color: #ac0246;
  margin-top: 8px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  border: 2px solid white;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
}.input{align-items:center;color:#fff;display:flex;font-weight:700;margin-bottom:.6cm}.boton-clear{background-color:#ac0246;border:2px solid #fff;border-radius:50%;cursor:pointer;flex:1 1;font-size:1.9em;height:85px;justify-content:center;margin-top:8px;-webkit-user-select:none;user-select:none}.boton-clear:hover{border:2px solid #000;color:#000}@media (max-width:600px){.boton-clear{height:60px;margin-left:.2cm}}
/*# sourceMappingURL=main.2d75ecff.css.map*/