/* dark theme */
body {
	background-color: #010f15;
	color: #6f6f6f;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #00a0ac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header {
	background-color: #1f1f1f;
	padding: 1em;
	text-align: center;
}

main {
	padding: 2em;
}

.gheader {
	position: sticky;
	z-index: 40;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 2.4rem 1.5rem 0;
	height: 6rem;
	font-size: 1.2rem;
	line-height: 0;
	pointer-events: none;
}

.gheader-title {
	white-space: nowrap;
	display: flex;
	pointer-events: auto;
}

.gheader-list {
	display: flex;
	gap: 2rem;
	pointer-events: auto;
	list-style-type: none;
	text-align: center;
}

.gheader a {
	padding: 0 0.1rem;
	border-radius: 0.3rem;
}

.gheader-list li {
	display: flex;
	width: 100px;
	padding: 10px 0;
	text-align: center;
}

footer {
	background-color: #6f6f6f;
	color: #414a52;
	width: 100%;
	padding: 1em;
	font-size: 0.6em;
	text-align: center;
	position: absolute;
	bottom: 0;
}
