body {
    padding: 0px 48px;
}

header {
    display: flex;
    /* justify-content: space-between; */
}

#name {
    padding-top: 8px;
}
img {
    border-radius: 50%;
    margin-left: 24px;
}
#second-section {
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    padding-bottom: 16px;
}

#third-section {
    border-bottom: 1px solid lightgray;
    padding-bottom: 16px;
}

#last-section {
    padding-top: 8px;
    display: flex;
}

a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;

}

a:hover {
    color: #FFCF75;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 22px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

#last-section a {
    margin-right: 10px;
    font-weight: 300;
}
