.caret { position: absolute; fill: #00000044; stroke: white; left: 50%; top: 50%; } .dialogue { background-color: #00000044; border: solid 1px white; border-radius: 8px; color: white; overflow-wrap: break-word; padding: 1em; position: fixed; margin: 0; margin-right: -33%; transform: translate(-50%, -50%); user-select: none; max-width: 33%; } .letters { margin: 0; } .letter { opacity: 0; }