body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  color: #333;
}
.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header {
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
header h1 {
  margin-bottom: 0;
  font-size: 2.5em;
}
header p {
  margin-top: 5px;
  font-size: 0.9em;
  color: #555;
}
h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 30px;
  font-size: 1.5em;
  color: #333;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 5px;
  font-size: 1.2em;
  color: #444;
}
.job-title-company {
  font-weight: bold;
}
.date-location {
  font-style: italic;
  color: #555;
  font-size: 0.9em;
  margin-bottom: 10px;
}
ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}
li {
  margin-bottom: 8px;
}
.section {
  margin-bottom: 20px;
}
.skills-category {
  font-weight: bold;
  margin-top: 10px;
}
.skills-list {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .container {
    width: 95%;
    padding: 15px;
  }
  header h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.1em;
  }
}
