#splashScreenWrapper {
	width: 100vw; height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#splashScreen {
	width:  640px; height: 500px;
	background-image: url(../../balkanization.jpg);
	display: flex;
	align-items: end;
	opacity:  0;
}

#splashScreenSelection {
	width:  100%;
	display: flex;
	justify-content: space-around;
	padding-bottom: 10px;
}

#splashScreenClickHere:hover {
	color: #fdf901;
	cursor: pointer;
}

#startGame:hover {
	color: #fdf901;
	cursor:pointer;
}