.content{grid-template-columns:repeat(auto-fill,minmax(min(100%,510px),1fr));align-items:start;gap:50px 25px;width:100%;display:grid}.project{cursor:pointer;color:var(--black);flex-direction:column;justify-content:center;align-self:start;gap:10px;width:100%;text-decoration:none;display:flex}.project .project-name{flex-wrap:wrap-reverse;align-items:center;display:flex}.project .tags{flex-wrap:wrap;gap:4px;display:flex}.project .completed-label{color:var(--flamespark-green);font-size:1rem}
