html,
body {
	height: 100%;
	background-color: #262a42;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	/*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
	/*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
	/*background: linear-gradient(rgba(50, 62, 75, 0.4), rgba(50, 62, 75, 0.4)), url(mighty-empire-bg.png);*/
	background-image: url(mighty-empire-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

a,
a:focus,
a:hover {
	color: #fff;
}

h2, h6 {
	margin: 0;
	padding: 0;
}

h2 {
	margin-left: -3px;
}

.display-4 {
	font-size: 47px;
}

p {
	font-size: 14px;
}

.fab {
	margin-right: 10px;
}