.panel{width:auto;display:flex;grid-template-columns:repeat(auto-fit,150px);grid-auto-flow:column;gap:10px}.panel-entry{width:150px;height:150px;padding:10px;background-color:#1c1b21;border-radius:10px;color:#fff;display:flex;flex-direction:column}.panel-entry img{width:100%;height:80%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.panel-entry div{width:100%;height:80%;border-radius:10px}.panel-entry span{text-align:center}#page-name{margin-bottom:10px;font-weight:600;color:#fff;font-size:32px}
