body {
    font-family: 'EB Garamond', serif;
    margin-left: 100px;
    margin-right: 100px;
}

h1, h3, p, li {
  line-height: 1.2;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.header {
    margin-top: 50px;
}

.header ul {
    list-style-type: none;
}

.info {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header {
    text-align: center;
}

.header h1 {
    font-size: 32px;
}

.header li {
    padding-right: 2px;
    padding-left: 2px;
}

.sub-header h1 {
    border-bottom: 1px solid black;
}

.company-location {
   display: flex;
   justify-content: space-between; 
}

.role-date {
   display: flex;
   justify-content: space-between; 
}