body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #fafafa;
  color: #333;
  margin: 0;
  padding: 0;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.2rem;
}

#home h1 {
  font-size: 2rem;
  font-weight: 600;
}

#home img {
  border: 4px solid #eee;
  margin-bottom: 1rem;
}

h2 {
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 4px;
  margin-bottom: 20px;
  font-weight: 600;
}

#skills ul li img {
  border-radius: 4px;
}

#experience ul {
  list-style-type: disc;
  margin-left: 20px;
}

#contact a {
  text-decoration: none;
  color: #007bff;
}

#contact a:hover {
  text-decoration: underline;
}

footer {
  background-color: #f8f9fa;
  font-size: 0.9rem;
}

#scrollTopBtn {
  border-radius: 50%;
  font-size: 1.2rem;
  padding: 0.5rem 0.7rem;
}
