@import"https://fonts.googleapis.com/css?family=Montserrat%20:700|Sora:400";*{box-sizing:border-box;border-radius:5px}:root[data-theme=light]{--text: #0d1821;--background: #eff6fa;--primary: #1f5075;--secondary: #79b4e2;--accent: #2178ba;--primary-1: #d7e7f4;--primary-2: #aed0ea;--primary-3: #86b8df;--primary-4: #5ea1d4;--primary-5: #3689c9;--primary-6: #2b6ea1;--primary-7: #205279;--primary-8: #153751;--primary-9: #0b1b28;--secondary-1: #d5e8f6;--secondary-2: #abd0ed;--secondary-3: #82b9e3;--secondary-4: #58a2da;--secondary-5: #2e8ad1;--secondary-6: #256fa7;--secondary-7: #1c537d;--secondary-8: #123754;--secondary-9: #091c2a;--accent-1: #d4e8f7;--accent-2: #a8d1f0;--accent-3: #7dbae8;--accent-4: #52a3e0;--accent-5: #268bd9;--accent-6: #1f70ad;--accent-7: #175482;--accent-8: #0f3857;--accent-9: #081c2b}:root[data-theme=dark]{--text: #dee9f2;--background: #050c10;--primary: #8abbe0;--secondary: #1d5986;--accent: #459cde;--primary-1: #0b1b28;--primary-2: #153751;--primary-3: #205279;--primary-4: #2b6ea1;--primary-5: #3689c9;--primary-6: #5ea1d4;--primary-7: #86b8df;--primary-8: #aed0ea;--primary-9: #d7e7f4;--secondary-1: #091c2a;--secondary-2: #123754;--secondary-3: #1c537d;--secondary-4: #256fa7;--secondary-5: #2e8ad1;--secondary-6: #58a2da;--secondary-7: #82b9e3;--secondary-8: #abd0ed;--secondary-9: #d5e8f6;--accent-1: #081c2b;--accent-2: #0f3857;--accent-3: #175482;--accent-4: #1f70ad;--accent-5: #268bd9;--accent-6: #52a3e0;--accent-7: #7dbae8;--accent-8: #a8d1f0;--accent-9: #d4e8f7}html,body{margin:0;padding:25px 1px 1px;height:100%;scroll-behavior:smooth;color:var(--text);font-family:Sora,Helvetica,sans-serif;font-size:.9rem}body{background-color:var(--background);background-repeat:repeat;background-size:64px}body a{color:var(--secondary);font-weight:700}#container{display:flex;flex-direction:column;max-width:1200px;margin:15px auto 0;height:100%;justify-content:center}h1,h2,h3,h4,h5,h6{font-family:Montserrat;color:var(--accent-9)}p{margin-top:5px}.wrapper{margin-top:10px;display:flex;flex-wrap:wrap;max-height:100%;width:100%}.section-title{text-align:center;font-weight:700;margin:0 5px;padding:5px 0;font-size:16px;background-color:var(--accent-2)}.sidebar{width:250px;max-height:600px}.sidebar#side-left{border-right:none}.sidebar#side-right{border-left:none}.sidebar#side-left .section-title{margin-left:0;margin-right:5px}.sidebar#side-right .section-title{margin-left:5px;margin-right:0}.main-content{width:700px;height:600px}.single-box{width:1000px;height:600px}.content{padding:10px;overflow-y:scroll;height:90%;max-height:600px;margin:10px 5px;background-color:var(--secondary-1)}.sidebar#side-left .content{margin-left:0;margin-right:5px}.sidebar#side-right .content{margin-left:5px;margin-right:0}.small-logs{display:none}@media screen and (max-width:1204px){.sidebar{display:none}.main-content{width:100%}.small-logs{display:block}}#project-title{color:var(--primary);text-decoration:none}h4.game-title{color:var(--darker);margin-bottom:5px}h5.game-info{color:var(--accent);margin-top:0;margin-bottom:10px}.game-listing{display:flex;margin-bottom:20px}.game-text{width:70%}.game-img{width:169px;height:127px;background-size:cover;background-position:center;margin:auto 10px;border:2px solid var(--secondary);box-shadow:4px 4px var(--secondary);background-color:var(--background)}.game-desc{margin-bottom:0}.game-link-list{padding:0;margin-top:5px}.game-link-list li{display:inline-block;font-size:14px;list-style:none;padding:0;margin-right:10px}.game-link-list li a{color:var(--accent);text-decoration:none;margin-top:5px;padding:5px;border-radius:5px}.game-link-list li a:hover{color:var(--primary);background-color:var(--secondary);transition-duration:.5s}li h4{margin-top:0;margin-bottom:8px}.header{display:flex;max-width:1200px;height:150px;margin-left:0 auto;align-items:center;justify-content:center;background-color:var(--primary-5);background-image:url(/assets/header-m-ClMF1N.png);background-position:center;background-size:cover;margin:0 0 10px}.header img{width:100px}.title{font-size:35px;text-align:center;font-weight:bolder}.navbar{background-color:var(--primary);max-width:1200px;border-radius:5px;border-top:none;padding:5px 0;text-align:center}.navbar a{text-decoration:none;display:block;color:var(--secondary);transition:.2s all linear;font-weight:700;font-size:16px;padding:2px 5px;margin-right:40px}.navbar a:hover{background:var(--accent);z-index:1}.navbar li{position:relative;display:inline-block}.navbar ul{list-style-type:none;padding:5px 10px;margin:0}.navbar li a{text-decoration:none}.navbar li>ul{background:var(--secondary);display:none;position:absolute;margin-left:0;border:2px solid var(--darker);box-shadow:16px 16px var(--dark)}.navbar li>ul a{padding:5px 0}.navbar li>ul li{display:block}.navbar li:hover>ul{display:block}ul.subitems{padding:0;margin:0;width:auto}ul.subitems li a{padding:10px 10px 0;margin:0;display:block;width:auto;color:var(--text)}
