diff --git a/src/app/components/creator/room-creator-page/room-creator-page.component.scss b/src/app/components/creator/room-creator-page/room-creator-page.component.scss
index c5127c4e01ca1e38355028e7d10d8eace0743276..efa2a86ab834150dc512e783b5d33f70f1cb04ed 100644
--- a/src/app/components/creator/room-creator-page/room-creator-page.component.scss
+++ b/src/app/components/creator/room-creator-page/room-creator-page.component.scss
@@ -92,6 +92,7 @@ h2 {
 
 h3 {
   font-size: medium;
+  font-weight: normal;
   color: var(--on-surface)!important;
   padding: 0 1% 0 1%;
 }
diff --git a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss
index bd3559f886b807791da1c7811a37ab47f27bc56f..4b8f31230b425911a273f38e6641c063fb478aae 100644
--- a/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss
+++ b/src/app/components/moderator/room-moderator-page/room-moderator-page.component.scss
@@ -85,7 +85,8 @@ h2 {
  }
 
 h3 {
-  font-size: larger;
+  font-size: medium;
+  font-weight: normal;
   color: var(--on-surface)!important;
   margin: 5% 5% 0 0;
 }
diff --git a/src/app/components/participant/room-participant-page/room-participant-page.component.scss b/src/app/components/participant/room-participant-page/room-participant-page.component.scss
index c31aae3e996f480b622835c3a1063e1ab8788539..47db11ec4da02e4f05a7df6e2d0559bcaeb96de9 100644
--- a/src/app/components/participant/room-participant-page/room-participant-page.component.scss
+++ b/src/app/components/participant/room-participant-page/room-participant-page.component.scss
@@ -53,6 +53,7 @@ h2 {
 
 h3 {
   font-size: 15px;
+  font-weight: normal;
   color: var(--on-surface)!important;
   padding: 0 1% 0 1%;
 }