/* Theme */

main {
	/* background: #4B5658; */
	background-image: url("../../images/background-2.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center;
	background-size: cover;
	color: #EDEDED;
	text-shadow: 2px 2px 10px crimson;
}

.icons-social a {
	color: #EDEDED;

}

.icons-social a:hover {
	color: crimson;

}

.icons-social a svg path{
	fill: #EDEDED;
}

.avatar {
	width: 20%;
	min-width: 200px;
	border-radius: 50%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}