.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;
}
.skill {
  text-align: center;        /* ÅØ½ºÆ®µµ °¡¿îµ¥ Á¤·Ä */
  color: #3E3F5B;
  font-size: 3em;
  margin-bottom: 40px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.skills-section {
    color: #3E3F5B;
  max-width: 900px;
  margin: 80px auto;
  text-align: center;
}

.skills-section h2 {
  font-size: 2.5em;
  color: #3E3F5B;
  margin-bottom: 40px;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}

.skill-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.skill-item p {
  font-size: 1.1em;
  color: #3E3F5B;
  margin: 0;
}
