@import url("glitchcandy.css");

header {
	background-color: var(--bg-alt);
	margin: 0 0 1em 0;
	padding: 0;
	border-bottom: var(--fg) solid 0.3em;
	width: 100%;
	height: 2em;
	display: flex;
	justify-content: center;
	align-content: center;
	position: sticky;
	top: 0;
}

header a {
	background-color: var(--bg-alt);
	width: 15%;
	min-width: 5em;
	max-width: 13em;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: scientificaBold;
	font-size: 1.7em;
	color: var(--fg);
	text-decoration: none;
}
header a:visited {
	color: var(--fg);
}
header a:hover {
	background-color: var(--fg-alt);
	color: var(--orange);
}
