

.header1 {
	width: 100%;
	height: 750px;
	background-image: url("https://sickr.files.wordpress.com/2020/05/minecraft_dungeons.jpg?w=1600&h=900&crop=1");
	background-repeat: no-repeat;
	background-size: 100%, 100%;
}
.headerDiv {
	background-color: rgba(0,0,0,0.75);
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: inline-block;
	margin-top: 300px;
	margin-bottom: auto;
	text-transform: uppercase;
	font-family: "arial";
	font-weight: bold;
	font-size: 75px;
	text-align: center;
	color: white;
	top: 80%;
	transform: translateY(-50%);
}
.a {
	font-size: 75px;
	font-family: "arial";
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	color: black;
}
.b {
	font-size: 30px;
	font-family: "arial";
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	color: black;
}
.c {
	font-family: "arial";
	font-size: 15px;
}
.imageBottom {
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-color: black;
	background-position: 0,0;
	border-radius: 20px;
}
.imageDiv {
	width: 100%;
	height: 150px;
	padding-top: 10px;
	background-color: #999999;
}