body {
  background-color: #0a0a0a;
  color: #e6e6e6;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  color: #00f0ff;
  text-shadow: 0 0 8px #00f0ff;
  font-weight: 600;
}

a {
  color: #00f0ff;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: #00ffff;
  text-shadow: 0 0 10px #00ffff;
}

hr, .divider {
  border: none;
  height: 2px;
  background: linear-gradient(to right, #00f0ff, transparent);
  margin: 30px 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

td {
  vertical-align: top;
  padding: 10px;
}

.project-box {
  border: 2px solid #00f0ff55;
  border-radius: 12px;
  padding: 12px 18px;
  margin: 8px 0;
  background: rgba(0, 255, 255, 0.05);
  transition: all 0.25s ease;
}

.project-box:hover {
  background: rgba(0, 255, 255, 0.1);
  box-shadow: 0 0 15px #00f0ff44;
}

img[alt*="badge"] {
  border-radius: 8px;
  box-shadow: 0 0 8px #00f0ff55;
}

img[alt="Typing SVG"] {
  filter: drop-shadow(0 0 6px #00f0ff);
  margin-top: 8px;
}
