html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: "Nunito", sans-serif;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    width: 600px;
    margin: 0 auto 2rem auto;
}

.container .info {
    display: flex;
    margin: 3rem 0;
}

.container img {
    flex: 1;
    width: 150px;
    border-radius: 50%;
}

.container .info .infos {
    flex: 2;
    padding: 2.5rem 1rem;
}

.container .info .infos h1 {
    font-weight: 800;
    font-size: 1.3rem;
    color: #707070;
}

.container .info .infos h2 {
    font-weight: 600;
    font-size: 1.3rem;
    color: #999999;
    margin-top: 0.5rem;
}

.container .info .infos h3 {
    margin-top: 1rem;
    color: #9a9a9a;
    font-weight: 500;
}

.container .links a {
    text-decoration: none;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: 0.3s;
}

.container .links a:hover {
    background-color: #f8f8f8;
    transition: 0.3s;
}

.container .links a .right{
    line-height: 60px;
    color: #8d8d8d;
}

.container .links a .column .row {
    padding: 0.3rem 0;
}

.container .links a i {
    color: #8d8d8d;
}

.container .links a span {
    color: #bbb;
    font-weight: 500;
    margin-left: 0.5rem;
}
.container .links a p {
    color: #8d8d8d;
    font-weight: 700;
    font-size: 1.2rem;
}

.container h4 {
    color: #707070;
    margin-top: 2rem;
    font-size: 1.15rem;
    padding: 0 0.5rem;
}

.container h4 i {
    width: 28px;
}

.container .skills .skill {
    padding: 0 1rem;
}

.container .skills .skill span {
    margin-top: 1.3rem;
    display: block;
    color: #bbb;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.container .skills .skill p {
    color: #8d8d8d;
    margin-top: 0.3rem;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.1rem 0;
}

.container .skills .skill p i {
    width: 20px;
}

.container .posts .post {
    padding: 0 1rem;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.container .posts .post > * {
    margin: 0.5rem 0;
    display: block;
}

.container .posts .post:before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #8d8d8d;
    position: absolute;
    left: -0.3rem;
    border-radius: 50%;
    top: 0.2rem;
}

.container .posts .post:after {
    content: '';
    top: 1.2rem;
    height: 75%;
    display: block;
    position: absolute;
    width: 1px;
    background: #8d8d8d;
    left: -0.08rem;
}

.container .posts .post strong {
    color: #8d8d8d;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.7rem;
}

.container .posts .post p {
    color: #bbb;
    font-weight: 700;
    font-size: 0.75rem;
}

.container .posts .post p i {
    width: 20px;
}
