body {
    max-width: 900px;
    margin: 20px auto;
    font-size: 20px;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

.contact {
    text-align: center;
}

.work-dates {
    font-style: italic;
    display: flex;
    justify-content: space-between;
}