@font-face{font-family:inter;src:url(/fonts/Inter.woff2)format('woff2')}:root{--body-bg-color:#fcfcfc;--main-bg-color:#fff;--text-color:#45505c;--h1-color:#45505c;--h2-color:#4c5864;--link-color:#1b72b9}*{padding:0;margin:0;box-sizing:border-box}body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;color:var(--text-color);font-family:inter;line-height:1.5;background-color:var(--body-bg-color);overflow-y:scroll}a{color:var(--link-color);text-decoration:none}a:visited{color:blue}header{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%}header .site-title{margin:10px 0;width:100%;text-align:center}header .site-title a{color:var(--text-color)}header .menu-button{display:none;cursor:pointer;padding:2px 5px;font-weight:600;border:solid 2px var(--text-color);border-radius:10px;padding:2px 5px}header nav{display:block}header nav .top-menu{list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between}header nav .top-menu .menu-item{margin:0 10px}main{margin:30px 20px;background-color:var(--main-bg-color);border-radius:8px;box-shadow:rgba(0,0,0,.16)0 1px 4px}main h1{color:var(--h1-color);margin:10px 0 25px;text-align:center}main h2{color:var(--h2-color);margin:10px 0;font-weight:500}main ul{margin-left:15px}main ul li{list-style-position:outside;line-height:2;margin-left:10px;list-style-type:square}main ul li::marker{color:var(--text-color)}main .cards-container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-flow:row wrap;gap:5px}main .cards-container .card{align-self:flex-start;width:200px;min-height:150px}footer{margin:20px 0}@media screen and (max-width:600px){header .site-title{font-size:24px}header .menu-button{display:flex;gap:3px;margin-bottom:10px}header nav .top-menu{display:none;flex-direction:column;align-items:start}header nav .top-menu.open{display:flex}header nav .top-menu .menu-item{margin:2px 0}main{width:95%;padding:30px 10px;margin:30px 5px}main h1{font-size:24px}}@media screen and (min-width:600px){header .site-title{font-size:32px}header nav .menu-button{display:none}main{width:90%;margin:30px 20px;padding:30px}}@media screen and (min-width:880px){main{width:800px;padding:20px 50px 30px}}@media screen and (min-width:1024px){main{width:800px}}@media screen and (min-width:1440px){main{width:800px}}