diff --git a/lazy_player/style.css b/lazy_player/style.css
index e09d947..51e6b3d 100644
--- a/lazy_player/style.css
+++ b/lazy_player/style.css
@@ -1,6 +1,6 @@
 listview > row {
   padding: 8px;
-  font-size: 48px;
+  font-size: 24px;
   font-family: monospace;
 }
 
@@ -10,11 +10,11 @@ listview > row {
 
 #overlay-text {
   color: white;
-  font-size: 48px;
+  font-size: 24px;
   font-family: monospace;
   background-color: rgba(64, 64, 64, 0.25);
-  padding: 20px;
-  border-radius: 10px;
-  margin: 48px;
+  padding: 24px;
+  border-radius: 8px;
+  margin: 32px;
   width: 80%;
 }