Hello! Keep coming back for song and movie recs and some cool collages here and there.
.grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:28px; width:100%; max-width:1000px; } .tile{ display:flex;flex-direction:column;align-items:center;justify-content:center; padding:28px;border-radius:var(--radius); background:rgba(255,255,255,0.4); backdrop-filter:blur(10px) saturate(150%); box-shadow:var(--card-shadow); text-decoration:none;color:#0f1724; transition:transform 0.2s, box-shadow 0.2s; } .tile:hover{transform:translateY(-6px);box-shadow:0 14px 34px rgba(23,43,77,0.25)} .icon{ width:64px;height:64px;margin-bottom:14px; } .label{font-weight:700;font-size:18px;text-align:center} footer{ margin-top:auto;padding:20px;font-size:13px;color:var(--muted);text-shadow:0 1px 3px rgba(255,255,255,0.7)}