body {
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.75rem;
}

em.fa {
    font-size: 24px;
}

html {
    -webkit-font-smoothing: antialiased;
}

table {
    height: 100%;
    width: 100%;
}

td {
    text-align: center;
}

img.avatar {
    border-radius: 50%;
    width: 150px;
}

span.faded {
    color: #888;
}

div.title {
    margin: 48px 0;
    text-align: center;
}

div.resume {
    margin: 0 auto;
    padding: 40px;
    width: 600px;
}

/* ~ */

.photo {
    background: #222 url(/erusev.jpg) center no-repeat;
    background-size: auto 100%;
    width: 50%;
}