@import "https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;600&display=swap";:root{--main-text-color:#212121;--main-bg-color:#fff7f0;--text-highlight-color:#ff6b6b;--card-box-shadow:.25rem .25rem 0rem black}body{background-color:var(--main-bg-color);font-family:Lexend Deca,sans-serif}body .container{max-width:800px;margin:0 auto;padding:0 1rem;font-size:16px;line-height:1.5}.text-highlight{color:var(--text-highlight-color)}.brutalism-card{box-shadow:var(--card-box-shadow);border:.0625rem solid #000;border-radius:.25rem}.socials{gap:1rem;display:flex}.socials svg{fill:#000;width:1.5rem;height:1.5rem}.socials svg:hover{fill:var(--text-highlight-color)}.project-list{flex-direction:column;gap:1rem;display:flex}.project-card{background-color:#fff;gap:1rem;padding:1rem;display:flex}.project-card .project-logo{width:3rem;height:3rem}.project-card .project-logo img{width:auto;height:100%}.project-card.games-guesser .project-logo img{width:100%;height:auto}.project-card .project-details{font-size:.875rem}.project-card .project-details .title-container{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.project-card .project-details .title-container h3{margin:0}.project-card .project-details .title-container .discontinued-badge{color:#000;white-space:nowrap;background-color:#fff;border:.0625rem solid #f44;border-radius:5px;padding:2px 8px;box-shadow:.1rem .1rem #f44}.project-card .project-details p{margin-top:0}.project-card a{color:var(--main-text-color);text-decoration:none}.project-card a:hover{color:var(--text-highlight-color)}.categories{gap:1rem;font-size:.875rem;display:flex}.categories .category{border:.0625rem solid #000;border-radius:.5rem;padding:.5rem;box-shadow:.1rem .1rem #000}.footer{text-align:center;color:#00000080;margin-top:2rem}
