diff --git a/proj/YT2P/assets/css/style.css b/proj/YT2P/assets/css/style.css
index 8245ada..18e4f54 100644
--- a/proj/YT2P/assets/css/style.css
+++ b/proj/YT2P/assets/css/style.css
@@ -194,6 +194,8 @@ section.qna {
   max-width: 50vw;
   text-align: left;
   margin-bottom: 80px;
+  margin-left: auto;
+  margin-right: auto;
 }
 
 section.qna p.q {
@@ -206,4 +208,10 @@ section.qna p.a {
   font-style: normal;
   font-weight: 600;
   margin-bottom: 40px;
-}
\ No newline at end of file
+}
+
+
+section.qna h1 {
+  font-size: 1.6rem;
+  margin-bottom: 40px;
+}
diff --git a/proj/YT2P/qna.php b/proj/YT2P/qna.php
index 4faf8cd..a8d91e1 100644
--- a/proj/YT2P/qna.php
+++ b/proj/YT2P/qna.php
@@ -12,10 +12,9 @@
 
 <main>
 
-<h1>YT2Prompt - Questions & Answers</h1>
-
 <section class="qna">
-  
+
+<h1>YT2Prompt - Q&A</h1>  
 
 <p class="q">What is this?</p>