body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.wrap {
    width: 900px;
    margin: 3% auto;
}

.social {
    margin-top: 15px;
}

.mail {
    margin-top: 10px;
}

.mail a {
    text-decoration: none;
}

.link {
    text-decoration: none;
    color: #11273f;
    text-decoration: underline;
}

.link:hover {
    color: #11273f;
}

.photo {
    width: 160px;
    height: 211px;
    background: url("https://severinov.info/assets/img/photo.png") no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 160px 750px;
}

.about > div {
    padding-left: 30px;
}

.title {
    font-size: 30px;
    font-weight: 500;
}

.title-header {
    font-size: 19px;
    font-weight: 500;
}

.text {
    margin-top: 10px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

footer {
    margin-top: 100px;
    height: 20px;
}

.separator {
    background: #eee;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.projects {
    margin-top: 20px;
}

.project-title {
    font-weight: 300;
    font-size: 16px;
}

.menu {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.gray {
    color: rgba(0,0,0,0.6);
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    margin-right: 25px;
}

.menu ul li {
    font-weight: 500;
    font-size: 12px;
}

.menu ul li a:hover {
    color: #ccc;
}

.menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}