@charset "UTF-8";
.portfolio-block.block-intro .avatar {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: auto;
	border-radius: 10px;
	margin-bottom: 30px
}

.portfolio-block.block-intro p {
	font-size: 1.05em;
	font-weight: 300;
	margin-bottom: 30px
}

body {
    font-family: Lato, sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.5;
    color: #424242;
    text-align: left;
}
.h3, h3 {
    font-size: 1.5rem;
}

.special-skill-item p {
    color: #424242;
}

.portfolio-block.block-intro .about-me {
    max-width: 1100px;
    margin: 0 auto;
}