diff --git a/src/assets/stylesheets/hub.scss b/src/assets/stylesheets/hub.scss
index c10db8dd196ca6b3dce999605e002893cacd05e6..321517929f75a33b1fde219d732e74e7a1835596 100644
--- a/src/assets/stylesheets/hub.scss
+++ b/src/assets/stylesheets/hub.scss
@@ -13,7 +13,7 @@
 
 .rs-base {
   top: auto;
-  bottom: 20px;
+  bottom: 60px;
 }
 
 .a-canvas.a-grab-cursor:hover {
diff --git a/src/components/stats-plus.css b/src/components/stats-plus.css
index fc4417bf506b5a5916c286b72aeaf86189790732..8fa50fd3e50d9893a32f284930cad5e7a4c239ae 100644
--- a/src/components/stats-plus.css
+++ b/src/components/stats-plus.css
@@ -11,9 +11,10 @@
 }
 
 :global(.rs-fps-counter) {
+  font-family: monospace;
   cursor: pointer;
   position: absolute;
-  bottom: 0;
+  bottom: 50px;
   left: 0;
   padding: 8px;
   color: #aaa;
@@ -23,4 +24,4 @@
 :global(.rs-mobile) {
   bottom: auto;
   top: 0;
-}
\ No newline at end of file
+}