@import "basic-look"; @import "popup"; @import "pulse"; #generator { position: absolute; top: 0; min-height: 100dvh; left: 0; right: 0; margin: 0; padding: 2rem; display: flex; box-sizing: border-box; flex-flow: column nowrap; justify-content: center; align-items: center; } #generatorHead { margin-top: 0; user-select: text; } #generatedScenario { } #generator .buttons { margin-left: -0.3rem; } #copyButtons::before { content: "Copy as:"; margin: 0.2rem 0 0 0.3rem }