diff --git a/lib/ui/widgets/second_screen/rubber_button.dart b/lib/ui/widgets/second_screen/rubber_button.dart
index c14ca68462f1636cb14e8dfef89f826721d09054..df310c63573db8099f0cc87b15e78600355e5b37 100644
--- a/lib/ui/widgets/second_screen/rubber_button.dart
+++ b/lib/ui/widgets/second_screen/rubber_button.dart
@@ -35,7 +35,7 @@ class RubberButton extends StatelessWidget {
                   textAlign: TextAlign.center,
                   style: const TextStyle(
                     fontFamily: 'Roboto Mono',
-                    fontSize: 34,
+                    fontSize: 32,
                     fontWeight: FontWeight.bold,
                     color: Colors.black,
                   ))