@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{font-family:Lexend Deca,sans-serif;background-color:var(--main-bg-color)}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{border:solid .0625rem black;border-radius:.25rem;box-shadow:var(--card-box-shadow)}.socials{display:flex;gap:1rem}.socials svg{width:1.5rem;height:1.5rem;fill:#000}.socials svg:hover{fill:var(--text-highlight-color)}.project-list{display:flex;flex-direction:column;gap:1rem}.project-card{display:flex;gap:1rem;padding:1rem;background-color:#fff}.project-card .project-logo{width:3rem;height:3rem}.project-card .project-logo img{height:100%;width:auto}.project-card.games-guesser .project-logo img{height:auto;width:100%}.project-card .project-details{font-size:.875rem}.project-card .project-details .title-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.project-card .project-details .title-container h3{margin:0}.project-card .project-details .title-container .discontinued-badge{background-color:#fff;color:#000;padding:2px 8px;border:solid .0625rem #ff4444;border-radius:5px;box-shadow:.1rem .1rem #f44;white-space:nowrap}.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{display:flex;gap:1rem;font-size:.875rem}.categories .category{padding:.5rem;border:solid .0625rem black;border-radius:.5rem;box-shadow:.1rem .1rem #000}.footer{margin-top:2rem;text-align:center;color:#00000080}
