@import"https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:20px}body{font-family:Atkinson Hyperlegible,sans-serif;background-color:var(--color-background);color:var(--color-font);line-height:1;min-height:100vh;display:flex;flex-direction:column}body:before{content:"";position:fixed;top:20vh;right:20vh;bottom:20vh;left:20vh;background:url(../../../flamme.png);background-repeat:no-repeat;background-size:contain;background-position:center;opacity:.05;z-index:-1000}a{color:var(--color-accent);text-decoration:none}ul{margin-left:1rem;margin-bottom:.5rem}li{line-height:1.25}:root{--color-background: hsl(0, 0%, 100%);--color-font: hsl(0, 0%, 10%);--color-gray: hsl(0, 0%, 96%);--color-error: hsl(18, 100%, 45%);--color-accent: hsl(209, 100%, 50%);--color-alternative: hsl(209, 100%, 50%)}@media (prefers-color-scheme: dark){:root{--color-background: hsl(235, 25%, 10%);--color-font: hsl(0, 0%, 100%);--color-gray: hsl(235, 25%, 15%);--color-alternative: hsl(209, 100%, 35%)}}.container{max-width:1080px;width:100%;margin:0 auto;padding:1rem}.columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:1rem}@media screen and (max-width: 960px){.columns{grid-template-columns:repeat(1,minmax(0,1fr))}}.columns.wrap{display:flex;gap:.5rem 1rem;flex-wrap:wrap}pre{padding:1rem;background-color:var(--color-gray);overflow-x:auto;scrollbar-width:thin;font-size:.8rem;margin-bottom:.5rem}h1,h2,h3{margin-bottom:.5rem}.wrapper{text-align:center;margin:auto;padding:1rem;max-width:640px}p{margin-bottom:.5rem}a:hover{color:var(--color-alternative)}.links-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.links-list a{display:block;list-style:none;margin:0;background-color:var(--color-gray);padding:.75rem 1rem;border-radius:.5rem;line-height:1;transition:.2s}.links-list a:hover{background-color:var(--color-alternative);color:var(--color-white);padding-left:1.25rem}@font-face{font-family:Font Awesome;src:url(../../../fa-solid-900.ttf)}.icon{font-family:Font Awesome}
