body {
    font-family: Arial, sans-serif;
    padding: 2em;
    background: #f9f9f9;
}

input,
textarea,
button {
    width: 100%;
    margin-top: 1em;
    padding: 0.5em;
    font-size: 1em;
}

button {
    background: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background: #005bb5;
}

.output-wrapper {
    margin-top: 1em;
    white-space: pre-wrap;
    background: #fff;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: auto;
}

img {
    max-width: 50%;
    object-fit: contain;
}

#output-img, #output{
    float: left;
    width: 45%;
    padding: 5px;
}