html{
	background-color: #343742;
}
.heading{
	text-align: center;
	font-size: 32px;

}
body{
	color: #A31600;
}
#icon{
	width: 250px;
	hight: 250px;
}
#icondiv{
	text-align: center;
}
p{
	text-align: center;
	font-size: 24px;
	color:white;
}
.foot{
	font-size: 24px;
	padding-top:4%;
	padding-bottom:4%; 
	padding-left: 4%;
	padding-right: 4%;
	background-color:#1F1F1F;
	border-radius: 10px;
	position: absolute;
	align-content: center;
	width: 91%;
	bottom: 10px;
}