body {
	background : #fff;
	color : #000;
	font-size : 50px;
	font-family : 'roboto', verdana, tahoma;
	margin : 0;
	padding : 0;
	font-weight:normal !important;
}
#grey {
	font-size : 18px;
	text-align:center;
	padding : 230px 0 85px 30px;
}
#grey img {
	margin-bottom : 50px;
}
#grey h3 {
	letter-spacing : 5px;
	font-weight:normal;
}
a {
	font-weight:normal;
}
#grey h2 {
	margin : 0;
	padding : 0;
	word-break: break-all;
	font-weight:normal;
}
.social {
	margin-top : 100px;
}
.social a {
	opacity : .5;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.social a:hover {
	opacity : 1;
}
.social a {
	width : 40px;
	height : 40px;
	display : block;
}
#grey h2.www, #grey h2.facebook, #grey h2.instagram, #grey h2.x, #grey h2.pinterest, #grey h2.tiktok, #grey h2.youtube, #grey h2.snapchat, #grey h2.linkedin {
	display : inline-block;
	background-size : cover !important;
}
#grey h2.www {
	background : url('www.png') no-repeat;
}
#grey h2.facebook {
	background : url('facebook.png') no-repeat;
}
#grey h2.instagram {
	background : url('instagram.png') no-repeat;
}
#grey h2.x {
	background : url('x.png') no-repeat;
}
#grey h2.pinterest {
	background : url('pinterest.png') no-repeat;
}
#grey h2.tiktok {
	background : url('tiktok.png') no-repeat;
}
#grey h2.youtube {
	background : url('youtube.png') no-repeat;
}
#grey h2.snapchat {
	background : url('snapchat.png') no-repeat;
}
#grey h2.linkedin {
	background : url('linkedin.png') no-repeat;
}
a {
	text-decoration : none;
	color : #000;
}
a:hover {
	text-decoration : underline;
}
#yellow {
	padding : 85px 0 0 30px;
}