diff --git a/public/index.html b/public/index.html
index 2ff3ad89472828c95da05fddf0223e46eefd72e0..1f72278804a4c739f952db15b94a1373c9c634c5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -12,6 +12,8 @@
     </div>
 
     <div class="container">
+      <p>실전코딩 과제3 웹페이지</p>
+
       <div class="parent-container">
         <h1 class="title">내 정보</h1>
         <div class="flex flex-col">
diff --git a/public/style.css b/public/style.css
index e19814648f46278dda8fd45929fc4de4827b2762..e3797f0d74ff1f2bc707db01c648db011d812f4d 100644
--- a/public/style.css
+++ b/public/style.css
@@ -37,6 +37,14 @@ body {
   width: 100%;
   display: flex;
   flex-direction: column;
+  margin: 0 2rem;
+}
+
+.container p {
+  background-color: antiquewhite;
+  font-size: 2rem;
+  font-weight: 700;
+  font-family: 'Segoe UI';
 }
 
 .flex {
@@ -60,7 +68,6 @@ body {
   flex-direction: column;
 
   padding: 1.5rem 3rem;
-  margin: 0 2rem;
   
   border: solid 1px grey;
   border-radius: 16px;
@@ -141,9 +148,6 @@ body {
 .feature-container > h2 {
   margin-bottom: 1rem;
   background-color: antiquewhite;
-
-  font-size: 2rem;
-  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 
 .feature-container h6:not(:first-child) {