body {
  font-family: Arial, sans-serif;
  margin: 40px;
  line-height: 1.6;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
  color: #333;
}

nav a:hover {
  text-decoration: underline;
}

.article p {
  text-align: justify;
  line-height: 1.8;
}

.article img {
  max-width: 100%;
  margin: 20px auto;
  display: block;
  border-radius: 8px;
}

.hero {
  text-align: center;
  margin-top: 60px;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.tagline {
  font-size: 18px;
  color: #555;
}

.intro {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}

.quick-links {
  text-align: center;
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  margin: 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.btn.secondary {
  background-color: #777;
}

.btn:hover {
  opacity: 0.85;
}

.about {
  max-width: 800px;
  margin: 60px auto;
}

.about h1 {
  margin-bottom: 20px;
}

.about p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 16px;
}

.skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.skill-list span {
  background: #f3f3f3;
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.note {
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  font-style: italic;
}

.portfolio {
  max-width: 900px;
  margin: 60px auto;
}

.portfolio h1 {
  margin-bottom: 10px;
}

.subtitle {
  color: #666;
  margin-bottom: 30px;
}

.project {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.project h3 {
  margin-bottom: 8px;
}

.project p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.tech {
  font-size: 14px;
  color: #555;
}

.project a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.project a:hover {
  text-decoration: underline;
}



.project-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.project-link:hover {
  text-decoration: underline;
}






