* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ccc;
}

.container {
  max-width: 800px;
  margin: 0 auto;

}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
  font-weight: 600;
}

.subtitle {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 1.5em;
}

.intro {
  margin-bottom: 3em;
  color: #444;
}

h2 {
  font-size: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.3em;
}

.job {
  margin-bottom: 2em;
}

.job-header {
  margin-bottom: 0.5em;
}

.job-title {
  font-weight: 600;
  font-size: 1.1em;
}

.job-date {
  color: #666;
  font-size: 0.95em;
}

ul {
  margin-left: 1.5em;
  margin-top: 0.5em;
}

li {
  margin-bottom: 0.4em;
}

.project {
  margin-bottom: 1.5em;
}

.project-name {
  font-weight: 600;
  font-size: 1.05em;
}

.project-name a {
  color: #333;
  text-decoration: none;
}

.project-name a:hover {
  color: #0066cc;
}

.project-description {
  color: #555;
  margin-top: 0.2em;
}

.project-tech {
  color: #888;
  font-size: 0.9em;
  margin-top: 0.2em;
}

.education-item {
  margin-bottom: 0.8em;
}

.degree {
  font-weight: 600;
}

.school {
  color: #666;
}

.contact {
  margin-top: 3em;
  padding-top: 1.5em;
  border-top: 1px solid #e0e0e0;
}

.contact a {
  color: #0066cc;
  text-decoration: none;
  margin-right: 1.5em;
}

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

@media (max-width: 600px) {
  body {
    padding: 20px 15px;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.3em;
  }
}
