
h3 {
	text-align: center;
	font-size: x-large;
}
h1 {
	text-align: center;
	font-size: xx-large;
	color: #1086BA;

}
.gamename {
	text-align: center;
	font-style: italic;
}

.tagline {
	text-align: center;
	font-size: large;
}
.logo {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

.game {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.submit-button {
	background-color: #1086BA;
	color: #fff;
	height: 50px;
	width: 150px;
}

.image input {
	border-radius: 10px;
	padding: 7px;
	margin-left: 20%;
}