body {
  background-color: #000;
  color: #fff;
  font-family: Arial, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #ccc;
}

.section-title {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.card {
  background-color: #111;
  border: 1px solid #333;
}

.card h5, 
.card p {
  color: #fff;
}

.project-img {
  max-height: 150px;
  object-fit: cover;
  border-radius: 5px;
}
