html, body{
    background:#FFF;
    color:#7F7F7F;
    font-family:'Assistant','-apple-system',BlinkMacSystemFont,avenir next,avenir,helvetica,helvetica neue,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    margin:0;
    padding:0;
}

h1{
    font-size:36px;
    font-weight: 400;
    margin: 20px 0;
    color:#4F4F4F;
    text-align: center;
}

h2{
    font-size:18px;
    font-weight: 100;
    color:#4F4F4F;
    text-align: center;
}

p{
    font-size:16px;
    line-height:1.75;
    margin:10px 0;
}

a{
    color:#0380c4;
    text-decoration:none;
}

a:hover{
    border-bottom: solid 1px;
}

.main{
    width: auto;
    margin:0 auto;
    padding: 100px 40px 0 40px;
    max-width:520px
}

.avatar{
    margin: 0 auto;
    background:url(avatar.jpg) no-repeat;
    background-size: 200px;
    height:200px;
    width:200px;
    border-radius: 50%;
}

.contact{
    text-align: center;
    margin-top: 80px;
    line-height: 2;
}

.contact a{
    color:#7F7F7F;
}

.contact span:after{
    margin: 0 8px;
    content:'·';
}

.contact span:last-child:after{
    display:none;
}
