.topcolor{
	background:background:blue;
}
.brandcolor{
	color: #fc4445;
}
.overlay{
	top: 0 px;
	left:  0 px;
	bottom: 0 px;
	right:  0 px;
	background: red;
}
.cahead{
	background:#fc4445;
	color: #020979;
}

.chead{
	background:#fc4445;
	color: #edf5e1;
}
.pagecolor{
	color:#fc4445;
}

.shape{
	clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 64% 78%, 0% 75%);
	
	height: 500px;
	width: 500px;
	}


.textrap{
	display: inline-block; 
	float:left;
}