:root{color-scheme:light}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;
  text-align:center;font-family:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:#f4f5f7;color:#202327}
.centered-div{max-width:480px;padding:2rem 1.5rem;background:#fff;
  border:1px solid #e3e5e8;border-radius:8px}
#image,img{display:none!important}
h1,#title{font-size:1.2rem;font-weight:600;margin:0 0 .5rem}
p{margin:.3rem 0;color:#5b636c;font-size:.95rem}
footer{display:none!important}
a{color:#2563eb;text-decoration:none}
