.about-div {
  margin-top: 24px;
  border-style: solid;
  border-color: #444;
  border-width: 2px;
  border-radius: 12px;
  background: #181818;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 32px 28px;
}

.about-header {
  font-size: 2rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

.about-content {
  font-size: 1.15rem;
  color: #d1d1d1;
  line-height: 1.7;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 10px;
}

.skillsTools-div {
  margin-top: 24px;
  border-style: solid;
  border-color: #444;
  border-width: 2px;
  border-radius: 12px;
  background: #181818;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 32px 28px;
}

.skillsTools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 12px;
}

.skill-btn {
  background: #222;
  color: #f5f5f5;
  border: 2px solid #444;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 24px;
  min-width: 90px;
  min-height: 44px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.15s;
  cursor: pointer;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.skill-btn:hover {
  background: #ffb300;
  color: #181818;
  border-color: #ffb300;
  transform: translateY(-2px) scale(1.04);
}

.skillTools-header{
  font-size: 2rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

.education-header{
  font-size: 2rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

.education-div {
  margin-top: 24px;
  border-style: solid;
  border-color: #444;
  border-width: 2px;
  border-radius: 12px;
  background: #181818;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  padding: 32px 28px;
}

.education-content {
  font-size: 1.15rem;
  color: #d1d1d1;
  line-height: 1.7;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 10px;
}