body{
    background-color: rgb(79, 76, 82);
}

h3{

    color:rgb(41, 9, 104);
}

button{
    background-color: rgb(41, 112, 143);
    color:White;
    padding:10px;
    outline:none;
    border:none;
    border-radius:4px;
}

#calculadora{
    width:300px;
    margin:0 auto;
    padding:20px;
    background-color:rgb(130, 227, 236);
    border-radius:5px;
    box-shadow: 5px 3px 9px rgb(162, 167, 165);
}