main {
  margin-left: 2em;
}

.name {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-info {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1em;
}

article {
  max-width: 45vw;
}
.education {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4em 1fr;
}

.education > article:first-of-type {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.education > article:last-of-type {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

h2 {
  margin-left: -1em;
}
