:root{color-scheme:light;--pageBackground:#050505;--foregroundColor:#fdfafa;--mainBlue:#3f55c4;--selectedColor:#202094;--errorColor:#ff2020;--mainGreen:#108010;--toggleBackground:#505050;--lighterBackground:#151515;--darkerForeground:#fafafa;--colorSplash:var(--selectedColor);--appFont:Calibri,Verdana,Geneva,Tahoma,sans-serif;--borderRadius:0.75rem}body{background-color:var(--pageBackground);-ms-overflow-style:none;scrollbar-width:none;margin:0;font-family:var(--appFont);overflow-x:hidden}body::-webkit-scrollbar{display:none}h1{margin:0}input,label,p,textarea{font-family:var(--appFont);font-size:large}a{font-size:large}a,hr{color:var(--foregroundColor)}hr{border:1px solid}.page{display:flex;flex-direction:column;color:var(--foregroundColor)}@media only screen and (max-width:650px){.page{justify-content:center;align-items:center;margin:4rem 1rem}}@media only screen and (min-width:651px){.page{justify-content:flex-start;margin:5rem 1rem}}