.bg {
	background: #f0f0f0;
}

.flex-container {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	flex-direction: row;
}

.hrHeader { 
	border-top: 2px dotted black;
	width: 40%;
}

.certs {
	width: 100px;
	height: 100px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	float: left;
	padding: 2px;
}

li:hover {
	background-color: #f0f0f0;
}

.linkBackground {
	display: block;
	padding: 8px;
	background-color: #dddddd;
}

.canvas {
	background-image:url("https://gisgeography.com/wp-content/uploads/2023/01/World-Country-Map-1000x574.jpg") ;
}

.nuke {
	justify-content: center;
	align-items: center;
	display: flex;
}


.space-game {
	justify-content: center;
	align-items: center;
	display: flex;
}

.space-canvas {
	background-color: #000000;
}