body {
	/* We need to assaign this CSS Custom property to the body instead of :root, because of CSS Specificity and codepen stylesheet placement before loaded CKE5 content. */
	--ck-z-default: 100;
	--ck-z-modal: calc( var(--ck-z-default) + 999 );
}

/* Visual improvements. */
body, html { margin: 0; padding: 0; width: 100vw; height: 100vh; overflow: hidden; background: #56b968;}

h1 { color: #fff; }
h1 svg { position: relative; top: 20px; margin-right: 10px; }