diff --git a/src/components/ProfileType/profileTypeForm.scss b/src/components/ProfileType/profileTypeForm.scss
index 62dd76b00aca103ddb641f5004fc4bf21ef0ef11..6bde5d1c4d74764c658db622385a77758df086d2 100644
--- a/src/components/ProfileType/profileTypeForm.scss
+++ b/src/components/ProfileType/profileTypeForm.scss
@@ -3,7 +3,7 @@
 
 .profile-form-container {
   color: $white;
-  margin: 1rem;
+  margin: 1rem 1rem 0;
   width: 100%;
   max-width: 53rem;
 }
diff --git a/src/components/Quiz/quizQuestion.scss b/src/components/Quiz/quizQuestion.scss
index b384bf68fc4225ddb07a9e8d84cb4f6b17467895..6f568a9cde7df3d1454d157c9c245c7253eec474 100644
--- a/src/components/Quiz/quizQuestion.scss
+++ b/src/components/Quiz/quizQuestion.scss
@@ -3,7 +3,6 @@
 
 .quiz-container {
   text-align: center;
-  height: 70vh;
   .question-container {
     display: flex;
     flex-direction: column;