
body::after {
	content: "";
	background-image: url("../images/alley.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

body {
	width: auto;
	height: 100%;
	display: block;
	position: relative;
}

.container {
	display: grid;
	grid-template-columns: 30% 30%;
	justify-content: center;
	grid-gap: 100px;
}

.parent {
	background-image: url("../images/building.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 400px;
}

header h1 {
	text-align: center;
	padding-top: 200px;
	font-family: 'Reem Kufi Fun', sans-serif;
	font-size: 50px;
	text-transform: uppercase;

}

.c1, .c2 {
	line-height: 25px;
	letter-spacing: 1.5px;
	text-indent: 20px;
	font-family: Raleway, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: #5A1173;
	text-shadow: 1px 1px 1px #000;
}

footer {
	text-align: center;
	margin-top: 75px;
	padding-bottom: 50px;
	font-family: Raleway, sans-serif;
	font-size: 20px;
	text-transform: capitalize;
}
