body {
    background: url("bg-body.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #202020;
	color: #ecedef;
    font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	min-height: 332px; 
}

#main-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	
}

.box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #848484;
    border-color: #d7d7d7;
    border-image: none;
    border-left: 3px solid #d7d7d7;
    border-right: 3px solid #d7d7d7;
    border-style: solid;
    border-width: 4px 3px;
    padding: 23px 0 24px;
    height: 332px; 
    width: 250px
}

.box .name {
    margin-bottom: 1px;
}

.name {
    font-size: 19px;
    line-height: 19px;
}

.socials1 {
    border-top: 2px solid #d7d7d7;
    font-size: 0;
    line-height: 0;
    margin-top: 12px;
    padding-top: 20px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    text-align: center;
	padding-left: 12px;
}

a {
    color: #fff;
    outline: medium none;
    text-decoration: none;
}

.socials1 a {
    display: inline-block;
    font-size: 0;
    height: 35px;
    line-height: 0;
    width: 35px;
	padding: 5px;
	background-size: 35px;
	background-repeat: no-repeat;
}

.socials1 a.facebook {
	background-image: url("facebook-icon.png")
}

.socials1 a.linkedin {
	background-image: url("linkedin-icon.png")
}

.socials1 a.mail {
	background-image: url("mail-icon.png")
}

.socials1 a.phone {
	background-image: url("phone-icon.png")
}

.socials1 a.instagram {
	background-image: url("instagram-icon.png")
}

.box {
	text-align: center;
}


.box img {
    border: 3px solid #d7d7d7;
    border-radius: 500px;
    margin-bottom: 19px;
    width: 143px;
}

img {
    max-width: 100%;
}

img {
    vertical-align: top;
}

