:root{--main-bg-color:#1d1c1b;--max-width:600px;--min-width:200px;--main-text-color:#fff;--secondary-bg-color:#3cb371}@media (prefers-color-scheme:dark){:root{--foreground-rgb:#1d1c1b;--background-start-rgb:#1d1c1b;--background-end-rgb:#1d1c1b}--main-text-color:red}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;background:var(--main-bg-color)}h1,h2{justify-content:center;text-align:center;margin-bottom:20px}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}