html {
    color: #333333;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
}

a {
    color: #333333;
    font-weight: 600;
    text-decoration: none;
}

.resume {
    display: flex;
    flex-direction: row;
}

.resume .side-bar,
.resume .body {
    min-height: calc(100vh - 46px);
    flex-direction: column;
    display: flex;
    padding: 15px;
}

.resume .side-bar {
    background-color: #abc8e2ff;
    min-width: 350px;
}

.resume .side-bar .section h2 {
    border-bottom: 2px white solid;
    margin-bottom: 10px;
}

.resume .side-bar .section h3 {
    margin: 0 0 5px 0;
}

.resume .body {
    padding-left: 20px;
}

.resume .body .professional-experience h2 {
    border-bottom: 2px #abc8e2ff solid;
    margin-bottom: 10px;
    margin-top: 38px;
}