@import "https://fonts.googleapis.com/css?family=Roboto&display=swap";
:root{--text:#d6d6f7;--background:#07060f;--primary:#d70f3e;--secondary:#b2abf2;--accent:#1e6cfc;--text-50:#eaeafb;--text-100:#d4d4f7;--text-200:#aae;--text-300:#7f7fe6;--text-400:#55d;--text-500:#2a2ad5;--text-600:#22a;--text-700:#191980;--text-800:#115;--text-900:#08082b;--text-950:#040415;--background-50:#eeedf8;--background-100:#dddbf0;--background-200:#bbb6e2;--background-300:#9992d3;--background-400:#776dc5;--background-500:#5549b6;--background-600:#443a92;--background-700:#332c6d;--background-800:#221d49;--background-900:#110f24;--background-950:#090712;--primary-50:#fde7ec;--primary-100:#fccfda;--primary-200:#f8a0b4;--primary-300:#f5708f;--primary-400:#f2406a;--primary-500:#e14;--primary-600:#bf0d37;--primary-700:#8f0a29;--primary-800:#5f071b;--primary-900:#30030e;--primary-950:#180207;--secondary-50:#ebe9fc;--secondary-100:#d7d3f8;--secondary-200:#aea7f1;--secondary-300:#867bea;--secondary-400:#5d4fe3;--secondary-500:#3522dd;--secondary-600:#2a1cb0;--secondary-700:#201584;--secondary-800:#150e58;--secondary-900:#0b072c;--secondary-950:#050316;--accent-50:#e6efff;--accent-100:#cddefe;--accent-200:#9bbdfd;--accent-300:#689cfd;--accent-400:#367bfc;--accent-500:#045afb;--accent-600:#0348c9;--accent-700:#023697;--accent-800:#022464;--accent-900:#011232;--accent-950:#000919}
:root{--max-width:900px}*{box-sizing:border-box;margin:0;padding:0}body{max-width:100vw;min-height:100vh;color:var(--text);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.viewport{height:100vh;min-height:100vh}.maincontent{width:100%;height:100%;text-shadow:0px 0px 25px var(--text-200);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.textcontent{width:100%;max-width:var(--max-width)}.textcontent li{margin-bottom:5px;margin-left:30px}.textcontent a{color:var(--primary);text-decoration:none}.textcontent a:hover{color:var(--primary-200);text-decoration:none}.gridlayout{width:-moz-fit-content;width:fit-content;max-width:var(--max-width);grid-template-columns:auto auto;gap:10px;display:grid}.horizontal{width:100%;max-width:var(--max-width);flex-direction:row;justify-content:center;gap:10px;display:flex}@media screen and (max-width:600px){.maincontent>h1{font-size:2rem}.gridlayout{width:-moz-fit-content;width:fit-content;max-width:var(--max-width);grid-template-columns:auto;display:grid}}
h1,.font-title{font-family:Instrument Serif,serif;font-style:normal;font-weight:400}h2,h3,h4,.font-header{margin:5px 0;font-family:PT Serif,serif;font-style:normal;font-weight:700}p,a,li,.font-text{font-family:Roboto;font-style:normal;font-weight:600}:root{font-size:25px}p,a,li{font-size:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.6rem}h4{font-size:1.2rem}@media screen and (max-width:600px){:root{font-size:20px}}
