@charset "UTF-8";:root{--primary:#1f2937;--accent:#2563eb;--background:#f3f4f6;--main:#fcfcfc}html{font-size:16px}*{padding:0;margin:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1rem;background-color:var(--background);color:var(--primary)}.offline_info{max-width:100%;background-color:var(--main);font-size:1.2rem;line-height:1.7;padding:2rem;margin:3rem 0}.offline_info img{width:900px;max-width:100%;height:auto;display:block}