body {
 background-color: black;
 background-image: url('https://assets.codepen.io/4921154/soldiers3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
 background-position: center;
}

h1 {
font-family: 'Libre Barcode 39 Text', cursive;
text-align: center;
font-size: 400%;
color: rgb(255, 2055, 255);
padding-top: 20px;
padding-bottom: 10px;
}

h2 {
font-family: 'Signika', sans-serif;
font-size: 130%;
text-align: center;
color: rgb(255, 204, 0);
padding-top: 10px;
padding-bottom: 20px;
}

h3 {
font-family: 'Special Elite', cursive;
text-align: center;
 font-size: 250%;
color: rgb(255, 204, 0);
padding-top: 20px;
padding-bottom: 10px;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
}

.flex-grid-item {
	height: 80px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 33.3333%;
	flex-basis: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
 font-size: x-large;
 color: white;
 font-family: 'Signika', sans-serif;
}

.blank {
	height: 0;
}