diff --git a/src/App.scss b/src/App.scss
index 9743f1a84ba1ea23e450a838969f9bdf092d1c2f..d89c79a9149d977eaefd52b5c5102c12359c05e3 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -19,6 +19,8 @@ limitations under the License.
 #root {
     background-color: $app-background;
     background-image: url('./imgs/background.svg');
+    background-repeat: none;
+    background-position: top center;
 }
 
 @mixin spacer {