:root{--color-left:#f48fb1;--color-right:#f06292;--color-bottom:#ec407a;--color-outside:#f8bbd0;--color-inside:#ff80ab;--bg-color:#d6acc0;--main-color:"";--loader-color:"";--font-color:"#000";--main-color:#3885aa;--secondary-color:#e8edf1;--shadow-color:#0f0c0c;--fill-color:#241919;--max-width:1100px;--border-radius:12px;--accent-color:#232e4d;--table-strip:#d8eccc;--loader-color:#3885aa;--sidebar-bg:#000;--foreground-hex:#0f0c0c;--font-color:#0f0c0c;--background-color:#f6f6f8;--background-color-secondary:#e7e7e7;--border-color:#c4c4c4}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;margin:0;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;font-family:sans-serif;background-color:#c199e2;position:relative}body{padding-bottom:55px}.container{max-width:800px;border:1px solid #fff;border-radius:var(--border-radius);display:flex;flex-flow:column;padding:1rem}.langContainer{position:absolute;top:1%;left:10%;display:flex;flex-flow:row wrap;gap:.5rem;border-radius:16px;background-color:#e4e4e4}.langContainer a{padding:.75rem;border-radius:25%}.langContainer a.selected{background-color:#e9cc7b}@media (prefers-color-scheme:dark){html{color-scheme:dark}}