:root {
    --altcha-border-width: 1px;
    --altcha-border-radius: 10px;
    --altcha-color-base: #f4f4f4;
    --altcha-color-border: #a0a0a0;
    --altcha-color-text: currentColor;
    --altcha-color-border-focus: currentColor;
    --altcha-color-error-text: #f23939;
    --altcha-color-footer-bg: #f4f4f4;
    --altcha-max-width: 100%;
}
.altcha {
    margin-bottom: 10px;
}
