img { width: var(--captcha-w); height: var(--captcha-h); image-rendering: crisp-edges; margin: 0 auto; } input { position: fixed; left: -3px; bottom: 0; opacity: 0.9; border: none; background: none; font-size: 18px; cursor: pointer; text-shadow: rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px, rgb(0, 0, 0) 0px 0px 1px; color: white; } body { font-family: arial, helvetica, sans-serif; font-size: 10pt; margin: 0; padding: 0; } .flexcenter { display: flex; flex-direction: column; align-items: center; }