body {
	background-color: #1d1e30;
	margin: 0;
	height: 100%;
	cursor: url("./pictures/9cursor.png"), auto;
}

* { font-family: monospace; color: white; }

.top {
	background-color: #3f4268;
	overflow: hidden;
	color: white;
	font-size: 20px;
}

.top a {
	color: white;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
}

.top a.active {
	font-weight: bold;
}

.top a:hover {
	font-style: italic;
}

.wrapper {
	margin-top: 20px;
	display: grid;
	justify-content: center;
	margin-bottom: 20px;
}

.content {
	background-color: #3f4268;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	padding-bottom: 5px;
}

.content h1 {
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}

hr {
	border: dotted 2px;
	border-style: none none dotted;
	background-color: transparent;
	width: 98%;
}


.content h2,h3 {
	padding-left: 10px;
	margin: 0px;
}

.content a {
	display: inline-block;
	padding-left: 10px;
	font-size: 15px;
	padding-right: 10px;	
}

.imggrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
}

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

.divider {
padding-left:10px;
}

.badges {
display: block;
align-items:left;
gap:10px;
padding-top:15px;
}

.badges img {
width:88px;
height:31px;
padding-bottom:5px;
}
