body {
  max-width: 800px;
  margin: 10px auto;
}
h1 { 
  font-size: 1.4rem;
}

h2 {
  font-size: 1rem;
}

header{
  text-align: center;
}

header > div {
  line-height: 0.4rem;
}

#counter {
  font-weight: bold;
  font-style: italic;
}


.education-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0.4rem;
}

.experience-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}