.layout { display: flex; flex-direction: column; color: var(--color-text); height: 100vh; width: 100%; background: var(--color-bg); background: linear-gradient(to bottom right, var(--color-bg) 0%, var(--color-bg-alt) 100%); overflow: hidden; }