diff --git a/public/index.html b/public/index.html
index e8e8fb3321dec8b3345f6f14d6c2365b700999fe..4dc4d6eeb16d5bda8f1ec5fb84616f36f3b022b0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -22,10 +22,10 @@
       감안해주시면 감사하겠습니다!
     </p>
 
-    <h4 id="h4-text-style">
+    <h2 id="h4-text-style">
       제가 소개하고자 하는 노래는 간단하게 5개 정도 되겠고 해당 앨범의
       표지들입니다. 하나의 앨범 안에 여러 곡이 담기기도 했습니다!
-    </h4>
+    </h2>
     <div class="img-box">
       <img
         src="https://images.genius.com/38160be65eed2b190601cbe495643c49.999x999x1.jpg"
@@ -40,9 +40,9 @@
     <div class="text-box">
     <ul>
       <h3>왼쪽에서부터 순서대로 진행되겠습니다.</h3>
-      <li>첫 번째 앨범 제목 : "130 mood : TRBL"</li>
-      <li>두 번째 앨범 제목 : "Stuck with U"</li>
-      <li>세 번째 앨범 제목 : "Between Sat & Sun"</li>
+      <h4>첫 번째 앨범 제목 : "130 mood : TRBL"</h4>
+      <h5>두 번째 앨범 제목 : "Stuck with U"</h5>
+      <h6>세 번째 앨범 제목 : "Between Sat & Sun"</h6>
     </ul>
         <p>첫 번째 앨범에는 2곡이 있습니다.</p>
         <ol type="1">
diff --git a/public/style.css b/public/style.css
index 504c97e317ef9221855d4603d78dc3e0615b4827..5c672e2e9090939332d257f6317385d79508c89e 100644
--- a/public/style.css
+++ b/public/style.css
@@ -38,9 +38,6 @@ body {
   background-color: aquamarine;
   width: 300px;
 }
-.text-box > ul > li {
-  font-size: 20px;
-}
 
 .navbar a {
   color: black;