body {
	background: rgb(18, 18, 18);
	background: radial-gradient(circle, rgba(54, 54, 54, 0.5), rgba(4, 4, 4, 0.9) ), url(bg.png);
	color: rgb(184, 199, 214);
	font-family: Verdana, sans-serif;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	min-height: 100vh;
}

/* jump fix */
h1 {
	min-height: 96px;
	color: orange;
}
h1::first-letter {
    text-transform: uppercase;
}
/* jump fix */
#category {
    min-height: 24px;
}

h1, h2 {
	text-align: center;
}

h2 {
	padding-left: 14px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	display: flex;
	flex-direction: column;
	list-style-type: none;
	flex-wrap: wrap;
	margin: 0;
    padding: 0;
}


:checked + span {
	color: orange;
}
input:not(:checked) + span, input + span > span {
    color: lightslategrey;
}

form {
	display: flex;
	flex-direction: column;
	align-items: start;
}

button, button:focus, button:active {
	margin-top: 40px;
    margin-bottom: 40px;
	width: 100%;
    font-size: xx-large;
    background-color: black;
    color: orange;
    border-color: orange;
	outline: none;
}

#hideCats.hidden {
	display: none;
}

li > label {
	width: 100%;
}

a {
	text-decoration: underline !important;
}

a, li > label {
	cursor: pointer;
}


li label span {
    /*flex-grow: 1;*/
    /*text-align: center;*/
}