diff --git a/index.html b/index.html
index f7c1e35..5e9e4e7 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,11 @@
body, html {
height: 100%;
margin: 0;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ text-align: center;
}
.loader-container {