#deletio_block {
    font-family: Arial, serif;
}
#deletio_string {
    width: 70%;
}
#deletio_container {
    text-align: center;
    min-height: 30vh;
    width: 80%;
    margin-top: 1rem;
    padding: 0.5rem;
    white-space: pre;
    font-family: monospace;
    display: block;
    border: 1px solid black;
}
.deletio_choices {
    display: flex;
    gap: 20px;
    align-items: center;
}
.deletio_choice-label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
