@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";#app{padding:15px;display:grid}.app{grid-template-rows:auto 1fr;gap:20px;display:grid}*{box-sizing:border-box;outline:none}:root{--white:#fff;--white-rgb:255, 255, 255;--black:#000;--black-rgb:0, 0, 0;--grey:#9e9e9e;--grey-rgb:158, 158, 158;--gray:#9e9e9e;--gray-rgb:158, 158, 158;--indigo:#3f51b5;--indigo-rgb:63, 81, 181;--purple:#9c27b0;--purple-rgb:156, 39, 176;--pink:#e91e63;--pink-rgb:233, 30, 99;--epic:#673ab7;--epic-rgb:103, 58, 183;--legendary:#ff9800;--legendary-rgb:255, 152, 0;--primary:#00ff14;--primary-rgb:0, 255, 20;--secondary:#ffa726;--secondary-rgb:255, 167, 38;--accent:#6240ff;--accent-rgb:98, 64, 255;--info:#2196f3;--info-rgb:33, 150, 243;--warning:#ffc107;--warning-rgb:255, 193, 7;--error:#f44336;--error-rgb:244, 67, 54;--success:#4caf50;--success-rgb:76, 175, 80;--text:#333;--text-rgb:51, 51, 51;--description:#5a677d;--description-rgb:90, 103, 125;--background:#444;--background-rgb:68, 68, 68;--youtube:red;--youtube-rgb:255, 0, 0;--twitch:#6441a5;--twitch-rgb:100, 65, 165}html{scrollbar-color:rgba(var(--grey-rgb), .2) rgba(var(--black-rgb), .06);scrollbar-width:thin}html::-webkit-scrollbar{border-radius:8px;width:8px;height:8px}html::-webkit-scrollbar-track{background-color:rgba(var(--grey-rgb), .2);border-radius:8px}html::-webkit-scrollbar-thumb{background-color:rgba(var(--black-rgb), .12);border-radius:8px}html::-webkit-scrollbar-thumb:hover{background-color:rgba(var(--black-rgb), .24)}html::-webkit-scrollbar-thumb:active{background-color:rgba(var(--black-rgb), .36)}html{overflow-y:scroll}body{color:var(--white);background-color:var(--background);font-optical-sizing:auto;font-variation-settings:"wdth" 100;background-image:radial-gradient(circle,#383838 1px,#0000 1px),radial-gradient(circle,#383838 1px,#0000 1px);background-position:0 0,5px 5px;background-size:10px 10px;height:100vh;margin:0;padding:0;font-family:monospace;font-size:12px;font-style:normal;line-height:normal;display:grid}body ::selection{color:var(--black);background-color:var(--primary)}p{margin:0}.block{background-color:rgba(var(--grey-rgb), .1);border-radius:15px;justify-self:flex-start;padding:10px 15px;display:grid}.home{align-content:flex-start;gap:20px;display:grid}.privacy{place-content:flex-start;gap:15px;display:grid}.privacy-title{font-size:2em;font-weight:300}.privacy-content{gap:10px;max-width:400px;font-size:1em;font-weight:300;display:grid}.privacy-anchor{color:var(--white);margin-right:5px;font-size:1em;font-weight:300;text-decoration:none}.privacy-anchor:hover{color:var(--primary);text-decoration:underline}.description{place-content:flex-start;gap:15px;display:grid}.description-block{background-color:rgba(var(--grey-rgb), .1);border-radius:15px;padding:10px 15px}.description-title{font-size:2em;font-weight:300}.description-content{gap:10px;max-width:400px;font-size:1em;font-weight:300;display:grid}.game{-webkit-user-select:none;user-select:none;background-color:#222;border-radius:15px;grid-template-columns:32px 1fr;align-items:center;gap:20px;padding:10px 20px 10px 10px;display:grid}.game img{max-width:100%}.game-title{font-size:2em}.games{place-content:flex-start;gap:20px;display:grid}.navigation{align-items:center;gap:10px;display:flex}.navigation-link{color:var(--white);font-size:1em;font-weight:300;text-decoration:none}.navigation-link:hover{color:var(--primary);text-decoration:underline}
