body{
    background-color: #44576D;
}
.Calculadora{
    width: 40%;
    border-radius: 50px;
    background-color: #29353C;
    justify-self: center;
   text-align: center;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    color: #E6E6E6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.Numeros{
    text-align: center;
    justify-content: center;
    color: #AAC7D8;
    }
.buttons{
    justify-content: center;
    text-align: center;
    }
button{
    margin: 0.8em;
    padding: 6px 11px;
    font-size: 14px;
    }
.Total{
    justify-items: center;
    text-align: center;
}
