@charset "UTF-8";
* {
	background-color:#C4C8D3;
}
h1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-align: center;
	color:#010626;
	letter-spacing:1px;
}
h2{
	color:dimgrey;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-align: center;
	font-size: 40px;
	letter-spacing:1px;
}
h3{
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color:#010626;
	letter-spacing:1px;
}
a{
	color:black;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	letter-spacing:1px;
}
a:hover{
	background-color: #010626;
}
.heading{
	width:100%;
	height:auto;
	padding-top:20%;
	
}
.social{
	width:100%;
	text-align: center;
}
.social_icon{
	width:50px;
	height: auto;
}