#root{display:flex;justify-content:center;width:100%;height:100vh}.grid-layout{width:1200px;display:grid;grid-template-columns:repeat(8,1fr);margin:auto;gap:16px}.component{display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;width:100%;height:100%}
