CSS = '\n CodexSignedInScreen {\n align: center middle;\n }\n\n CodexSignedInScreen > Vertical {\n width: 64;\n height: auto;\n background: $surface;\n border: solid $primary;\n padding: 1 2;\n }\n\n CodexSignedInScreen .codex-signed-title {\n text-style: bold;\n color: $primary;\n text-align: center;\n margin-bottom: 1;\n }\n\n CodexSignedInScreen .codex-signed-copy {\n height: auto;\n margin-bottom: 1;\n }\n\n CodexSignedInScreen .codex-signed-help {\n height: 1;\n color: $text-muted;\n text-style: italic;\n text-align: center;\n }\n '