body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background: #f9f9f9;
  color: #222;
}

.container {
  width: 85%;
  max-width: 900px;
  margin: 20px auto;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 900px;
  padding: 10px 0;
  position: relative;
}

header h1 {
  margin: 0;
}

.counter-number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
  color: #333;
}

header p {
  margin: 5px 0;
  font-size: 0.95em;
}

header a {
  color: #0066cc;
  text-decoration: none;
}

header a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
  padding-bottom: 3px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.subheading {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-top: 5px;
}

.subheading span {
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
}

ul {
  margin: 5px 0 15px 20px;
}

li {
  margin-bottom: 5px;
}

.project {
  margin-bottom: 15px;
}

.project-title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 3px;
}

.project-title span {
  font-style: italic;
  font-weight: normal;
  font-size: 0.9em;
}

.skills p {
  margin: 5px 0;
}

.skills strong {
  display: inline-block;
  width: 130px;
}
