.form {
    width: 100%;
    justify-content: center;
}

.label-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-tools, .image-tools, .text-tools {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    max-width: 100%;
    flex-grow: 1;
}

.out_ascii {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    flex: 1;
    max-width: 100%;
    flex-grow: 3;
}

.input-resultado__resultado {
    height: 500px;
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.resultado {
    font-family: monospace;
    text-wrap: nowrap;
}

table img {
    max-width: 100%;
    width: 300px;
}