.home{background-color:#F7E3E0;padding:10px;height:150vh;gap:10px}.hero,.home{display:flex;flex-direction:column;align-items:center}.hero{background-color:#FFD9C2;color:black;width:700px;height:200px;justify-content:center;text-align:center}.articles-categories-space,.hero{box-shadow:0 4px 8px rgba(0,0,0,.4)}.articles-categories-space{background-color:#732C5A;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));border-radius:10px;width:1000px;padding:40px;gap:10px}.article-div{width:180px;transition:transform .3s ease}.article-div:hover{transform:scale(1.05)}.article-div .category-pic{border-radius:100%;object-fit:cover;width:150px;height:150px}.home-article-space{background-color:white;display:grid;grid-template-columns:no-repeat(auto,minmax(1pr))}