#input {
    white-space: pre;
}

.output {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1rem;
    width: fit-content;
    max-width: 95%;
    text-align: left;
}

