/* Definitions */ :root { --color-header: #333333; } /* Layout */ body { margin: 0; } .g-Layout__Header { background-color: var(--color-header); color: white; font-size: 2rem; height: 3rem; line-height: 3rem; padding: 0 0.5rem; } /* Map */ .g-Map { position: absolute; top: 3rem; bottom: 0; left: 0; right: 0; } #g-Map__Content { width: 100%; height: 100%; cursor: pointer; }