#calculadora{
    width: 50%;
    margin: auto;
}

#pantalla{
    height: 100px;
    border: solid black;
    border-radius: 15px;
    font-size: 5em;
    font-family: 'Orbitron';
    text-align: right;
    margin-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

#pantalla2{
    height: 107px;
    border: solid black;
    border-radius: 15px;
    font-size: 5em;
    font-family: 'Orbitron';
    text-align: right;
    margin-top: -56px;
    overflow-x: auto;
    overflow-y: hidden;
    float: left;
    width: 58%;
    display: none;
}

.memoria{
    display: none;
}

#numeros{
    width: 60%;
    float: left;
}

#numeros div{
    width: 31%;
    border: solid;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 1px;
    height: 50px;
    font-size: 3em;
}

#operaciones_unitarias{
    width: 40%;
    float: left;
}

#operaciones_unitarias div{
    width: 47%;
    border: solid;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 1px;
    height: 50px;
    font-size: 2em;
}

#operaciones_binarias{
    width: 40%;
    float: left;
}

#operaciones_binarias div{
    width: 47%;
    border: solid;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 1px;
    height: 50px;
    font-size: 2em;
}

#operaciones_operandos{
    width: 40%;
    float: right;
}

#operaciones_operandos div{
    width: 47%;
    border: solid;
    border-radius: 10px;
    text-align: center;
    float: left;
    margin: 1px;
    height: 50px;
    font-size: 2em;

}
