diff --git a/public/style.css b/public/style.css
index 03c65afd0f87a3a5151c44a4b07528813413f233..e3a5159dea9a46bf4761e820566a14d4d3cb0a1d 100644
--- a/public/style.css
+++ b/public/style.css
@@ -4,21 +4,9 @@
   align-items: center;
 }
 
-.image {
-  max-width: 600px;
-  max-height: 500px;
-  min-width: 200px;
-  min-height: 200px;
-  background-color: #f2f2f2;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin: 50px auto;
-}
-
 .image img {
-  max-width: 40%;
-  max-height: 100%;
+  width: 200px;
+  height: 200px;
   object-fit: contain;
 }
 
@@ -49,7 +37,7 @@
   background-color: blue;
   color: white;
   font-size: 1.1rem;
-  font-family: 'Helvetica', sans-serif;
+  font-family: '나눔고딕', sans-serif;
 }
 
 .paragraph2 a {