.resume {
    margin: 0 auto;
    width: 900px;
    font-size: 20px;
    font-family: 'Times New Roman', serif;
}

.top {
    margin-bottom: 10px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.name {
    font-size: 32px;
    font-weight:bold;
}

.quoteblock {
    font-style:italic;
}

.credit {
    text-align: end;
}

.resume-box {
    border: 2px solid black;
    padding: 10px;
}

.employer {
    text-decoration: underline;
    margin-bottom: 5px;
}

.job-row {
    display: flex;
    justify-content: space-between;
}

.jobtitle {
    font-style:italic;
}

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

.certs {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sectionTitle {
    font-size: 28px;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}

.visitors {
    text-align: center;
    margin: 10px;
}

.userCount {
    display: inline;
}

a {
    text-decoration: none;
}

.skills > ul {
    margin-top: 10px;
    padding-left: 20px;
}

.links {
    width: 900px;
    text-align: center;
}

a > img {
    margin: 0px 5px;
}
