--- a
+++ b/style.css
@@ -0,0 +1,15 @@
+div.busy { 
+  position:absolute;
+  top: 45%;
+  left: 47.5%;
+  margin-top: -150px;
+  margin-left: -50px;
+  display:none;
+  background: rgba(255, 255, 255, 0);
+  text-align: center;
+  padding-top: 220px;
+  padding-left: 10px;
+  padding-bottom: 260px;
+  padding-right: 30px;
+  border-radius: 25px;
+}
\ No newline at end of file