diff --git a/src/style.css b/src/style.css
index bb131d6b8fe5d93269c14fac087a104cc94af508..fc75cd4fc4421b0f66314f47c8d3e466b538450b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -28,6 +28,8 @@ body {
   place-items: center;
   min-width: 320px;
   min-height: 100vh;
+  color: rgba(255, 255, 255, 0.87);
+  background-color: #242424;
 }
 
 h1 {