html{
    height: 100%;
}
body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 110px;
}
#binaryInput {
            background-color: #e9ecef; /* Color de fondo gris claro */
            font-size: 1.25rem; /* Fuente más grande */
            text-align: right; /* Alinear el texto a la derecha */
        }
#deleteBtn{
    background-color: red; /* color de fondo de borrar */
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    color: aliceblue;
    font-size: 1.25 rem;
    font-family: 'Arial';
    display: flex;
    justify-content: center;
    align-items: center;
}
