body{min-height:100dvh;margin:0}.root-grid{display:grid;grid-template-areas:"header header" "feed studio";grid-template-rows:2fr 8fr;box-sizing:border-box;gap:8px 20px;height:100dvh;padding:20px}.root-grid>:first-child{grid-area:header;text-align:center;place-self: center}.root-grid>:nth-child(2){grid-area:feed}.root-grid>:nth-child(3){grid-area:studio}
