textarea{
    resize: none;
}

.data-input{
    height: 7em;
    width: 470px;

}
.nonce-output, .hash-output, .previous-hash-output, .assinatura-input{
    height: 1.3em;
    width: 470px;
}

.text{
    background: transparent;
    border: transparent;
    outline: none;
    height: 1.3em;
    width: 60px;
    text-align: right;

    font-weight: bold;
}

.title{
    background-color: rgb(199, 198, 198);
    border-radius: 5px;
    padding: 5px;
    border: transparent;
    outline: none;
    height: 1.3em;
    width: 90px;

    width: 98%;
    font-weight: bolder;
    color:black;
}

/* .previous-hash-output{
    background-color: #62915c;
} */

.bloco{
    display: inline-block;
    padding: 5px;
    background-color: rgb(233, 233, 233);
    border-radius: 5px;

}