body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #0d0d0d;
  color: #e0e0e0;
  margin: 0;
  padding: 0;
}

.resume-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 0 20px #00ff88;
}

header {
  text-align: center;
  margin-bottom: 30px;
}

header h1 {
  color: #00ff88;
  margin-bottom: 5px;
}

.title {
  font-size: 1.2em;
  color: #ccc;
}

.contact {
  font-size: 0.95em;
  color: #aaa;
}

.section {
  margin-bottom: 30px;
}

.section h2 {
  color: #00bfff;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

ul {
  padding-left: 20px;
}

.job .date {
  font-size: 0.9em;
  color: #999;
  margin-bottom: 10px;
}
