.main-content {
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.resume-ctn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
    max-width: 50rem;
}

.resume-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-grow: 1;
}

.section-header {
    flex-basis: 6rem;
}

.section {
    display: flex;
    flex-flow: column wrap;
}

.work .section {
    gap: 1rem;
}

.work-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

ul {
    margin-bottom: 0;
}

.skills .section {
    min-width: 20rem;
}
