.app{grid-gap:10px;display:grid;grid-template-areas:"header" "main" "footer";grid-template-rows:auto 1fr auto;height:100vh}.app header{align-items:center;display:flex;flex-direction:row;grid-area:header;justify-content:center}.app header .title{font-size:2rem;text-decoration:none}.app header *{margin:0 1rem .5rem}.app header input{background-color:#0000;background-color:#777;border:0;border-radius:.3rem;color:#fff;margin:0;padding:.5rem}.app header input::placeholder{color:#999;opacity:1}.app header ul,.app header ul li{display:block;margin:0;padding:0}.app main{grid-area:main;overflow-y:auto}.app footer{font-size:80%;grid-area:footer;overflow-x:hidden;padding-bottom:.1rem;text-align:center;white-space:nowrap}.card{background-color:#fff;border-radius:.3rem;overflow:hidden}.card img{max-height:100%;max-width:100%}.card-grid{grid-gap:1rem;display:grid;grid-template-columns:repeat(auto-fit,14rem);justify-content:center;max-width:100%}.card-grid .card-container{display:flex}body{background:#555;color:#bbb;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;margin:0}a{color:#ccc}
/*# sourceMappingURL=main.661fc79d.css.map*/