diff --git a/src/styles.scss b/src/styles.scss
index 80c8400c7473d08a59dda07d7cf850df61d689e7..e90b7aec411bb5eb833832a9b33689d1fe727df7 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -75,7 +75,7 @@ markdown {
 
 .oldtypo h4 {
   padding-top: 10%;
-  font-size: 17px !important;
+  font-size: 16px !important;
 }
 
 .oldtypo p, .oldtypo div {
@@ -129,3 +129,7 @@ address {
 .mat-card, .mat-dialog-container {
   border-radius: 25px !important;
 }
+
+.mat-dialog-container {
+  padding: 15px !important;
+}