.nav-bar {
  background-color: white; 
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid #3E3F5B;

  padding: 30px 0; 
}
.nav-bar a {
   /* ³ë¶õ ¹è°æ */
  color:  #3E3F5B; 
  text-decoration: none;
  margin: 0 15px;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s, color 0.3s;
}

.nav-bar a:hover {
  text-decoration: none;  
  color: #F3C623;
}

.about-container {
  color: #3E3F5B;
  font-family: 'Arial', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}


.prof  {
  text-align: left;
   color: #3E3F5B;
  font-size: 3em;
  margin-bottom: 40px;
  max-width: 800px;
width: 90%;
margin: 0 auto;

}

.profile {
  display: flex;
  align-items: center; /* ¡ç flex-start ¡æ center */
  gap: 40px;            /* ¡ç 100px ³Ê¹« Å­ */
  flex-wrap: nowrap;    /* wrap ¶§¹®¿¡ ¹Ð¸®´Â °Å ¹æÁö */
  margin-bottom: 40px;  /* ¾Æ·¡ intro¶û °£°Ý ¶ç¿ì±â */
}

.profile img {
  width: 300px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  margin-top: 0;         /* ¹®Á¦ ¿øÀÎ Á¦°Å */
}


.bio p {
  margin: 30px 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.bio a {
  color: #F4B942;
  text-decoration: underline;
}

.my-name {
  font-size: 3em;
  font-weight: bold;
  color: #3E3F5B;  /* ÆÄ¶õ»ö */
  font-family: 'Arial', sans-serif;
}

.intro {
  max-width: 800px;
  margin: 30px auto;         /* À§¾Æ·¡ ¿©¹é ÁÙÀÌ±â */
  padding: 20px;
  background-color: white;
  color: #3E3F5B;
  font-size: 1.1em;
  line-height: 1.6;
  border-radius: 8px;
 
}


.intro h2 {
  margin-bottom: 15px;
  color: #3E3F5B;
}
