* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #ffffff;
    width: 75%;
    max-width: 1000px;
    margin: 65px auto 160px;
}

.container p {
    margin: auto;
}

a {
    text-decoration: none;
    color: black;
}

p {
    line-height: 20px;
}

header {
    margin-top: 90px;
}

h1 {
    width: 30%;
    font-size: 75px;
    color: #2e2e2e;
    margin: 65px auto 40px 0;
    line-height: 75px;
}

h2 {
    color: #2174ae;
    font-weight: 700;
    font-size: 20px;
    margin: 50px auto 0;
}

.institution {
    display: flex;
}

.institution-name {
    width: 69%;
    font-weight: 700;
}

.institution-period {
    width: 29%;
    text-align: right;
    font-style: italic;
}

ul {
    line-height: 20px;
}

.work-history ul {
    margin-top: 0;
}

.list {
    display: flex;
}

.skills1 {
    width: 49%;
}

.skills2 {
    width: 49%;
    text-align: left;
}