diff --git a/public/index.html b/public/index.html
index 81c58f83c9f43b49c924b4ecd61dc194b3e251ff..1308dc1763999b1669ba816073975d4ceb9ee4b5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,38 +7,30 @@
     <link rel="stylesheet" href="style.css">
   </head>
   <body>
+    
     <img><img src = "1.jpg" alt = "No image" width="300" height ="300">
-    <div class="navbar">
-      <a href="https://pages.gitlab.io/plain-html/">Plain HTML Example</a>
-      <a href="https://gitlab.com/pages/plain-html/">Repository</a>
-      <a href="https://gitlab.com/pages/">Other Examples</a>
-      
-    </div>
-
     <h1>안녕하세요 박병하의 홈페이지입니다!</h1>
 
     <h2>동료 홈페이지입니다</h2>
     <a href="http://ygg0418.ajousw.kr/testhomepage/"> mate-web-page</a>
 
-    <h3>취미 </h3>
+    <h3 style="color:aquamarine">취미 </h3>
     <ol>
       <li>테니스</li>
       <li>영화보기</li>
       <li>유튜브보기</li>
     </ol>
-    <h4>좋아하는 가수</h4>
+    <h4 style ="color:aquamarine">좋아하는 가수</h4>
     <ul>
       <li>The 1975</li>
       <li>백예린</li>
       <li>Lany</li>
     </ul>
-    <h5>즐거운 하루 되세요 </h5>
+    <h5 style="font-family:courier;">즐거운 하루 되세요 </h5>
 
-    <h6>감사합니다</h6>
+    <h6 style ="font-size:160%;">감사합니다</h6>
+    
     
-    <p>
-      This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator.
-    </p>
   </body>
 </html>
 
diff --git a/public/style.css b/public/style.css
index 3eae4084bda0c2270306b14ac8c1ca732415edc3..2b9f39c06f363c650c9dbabded2f4709496524c1 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3,7 +3,10 @@ body {
   margin: auto;
   max-width: 1280px;
 }
-
+.image{
+  text-align : center;
+  
+}
 .navbar {
   background-color: #313236;
   border-radius: 2px;