diff --git a/style.css b/style.css index 7c433ce..2d71f0d 100644 --- a/style.css +++ b/style.css @@ -38,13 +38,15 @@ canvas { cursor: pointer; } +body { + background-color: black; +} + #loadingOverlay { position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: #222222; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center;