.header{
	background-color:#ed1e24;
	height:10%;
	text-align:center;
	position: fixed;
	right: 0;
	left: 0;
	width:100%;
	top:0;
	z-index:99999;
}
.row_style{
	margin:0 auto !important;
	text-align:center;
	align-items:center;
	padding-top: 8%;
}

.footer{
	background-color:#212121; 
	height:8%;
	width:100%;
	bottom: 0;
	right: 0;
	left: 0;
	position: fixed;
}