body {
	min-height: 100vh;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.coversheet-container{
	width: 100%;
	height: 70vh;
}

.backgroundImg {
	width: 100%;
	height: 100%;
	background-image: url(../img/mobile-gaming-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.backgroundImg::before {
	content: "";
	position: absolute;
	top: 140;
	left: 0;
	width: 100%;
	height: 70vh;
	background: rgba(100, 100, 150, 0.6);
	margin-bottom: 20px;
}

.pageTitle {
	position: absolute;
	width: 100%;
	margin-top: 300px;
	background-color: #efefefd6;
	padding: 20px 0 20px 0;
	text-align: center;
}

.sectionOne {
	display: flex;
	padding: 40px 50px 20px 50px;
}

.leftColImg {
	width: 480px;
	border-radius: 5px;
}

.rightCol {
	margin: auto;
	color: #333333;
	padding-left: 40px;
}

.rightColTitle {
	font-weight: bold;
}

.rightColTxt {
	font-size: 16px;
	text-align: justify;
}

.sectionTwo {
	display: flex;
	padding: 40px 50px 20px 50px;
}

.rightCol2Img {
	width: 480px;
	border-radius: 5px;
}

.leftCol2 {
	margin: auto;
	color: #333333;
	padding-right: 40px;
}

.leftCol2Title {
	font-weight: bold;
}

.leftCol2Txt {
	font-size: 16px;
	text-align: justify;
}
