html, body, #cvs { margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden; } body { position: relative; font-family: sans-serif; } #overlay-container { position: absolute; left: 0; top: 0; right: 0; bottom: 0; align-items: center; display: flex; justify-content: center; } #status { color: #ffffff; font-size: 40pt; text-shadow: 0px 0px 3px #000000; user-select: none; -moz-user-select: none; -webkit-user-select: none; }