html, body { margin: 0; padding: 0; background-color: black; } #ui-cont { display: flex; align-items: center; justify-content: center; p { font-size: 20pt; color: white; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-style: italic; } } #renderer, #ui-cont { position: fixed; top: 0; left: 0; bottom: 0; right: 0; }