
.input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
}

section {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

canvas {
    background: #0000ff;
    border: 1px solid var(--border);
    image-rendering: pixelated;
    display: block;
    margin-top: 1em;
    width: 384px;
    height: auto;
    max-width: 100%;
}