:root { --home-page-item-br: 20px; } .home-page { margin-top: 70px; width: 100%; display: flex; justify-content: center; align-items: center; } .home-page-icon { width: 71px; height: 71px; } .home-page-widget .content { height: 112px; border-radius: var(--home-page-item-br); } .home-page-widget .header-row { display: none; } .normal-home-page-widget { height: 152px; width: 152px; } .large-home-page-widget { width: 344px; height: 162px; padding: 0; } .very-large-home-page-widget { width: 315px; height: 285px; } .home-page-items { gap: 10px; grid-auto-rows: 71px; grid-template-columns: repeat(4, 71px); } .home-page-favorites .home-page-icon { margin: 10px; } .user-details-on-footer { justify-content: center; }