body {
	background-image: url("Assets/General/Backgrounds/YellowBalls.gif");
	background-size: 16%;
}


li li {
	list-style: none;
}

li li::before {
	content: '';
	display: inline-block;
	height: 1em;
	width: 1em;
	background-image: url('Assets/Ideas/listitem.gif');
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 0.5em -0.25em -1em;
}


.up {
	transform: translateY(-3rem);
}


.header {
	display: flex;
	position: relative;
	box-sizing: border-box;
	justify-content: center;

	width: 100%;
	height: 5.4rem;

	background-color: rgb(33, 35, 46);
	color: rgb(255, 221, 39);

	font-family: "Header";
	font-size: 400%;
}


.mainbar {
	display: block;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;

	border: 5px solid limegreen;
	background-color: rgb(47, 79, 79);

	color: rgb(188, 255, 93);
}


.headline {
	font-family: "Headline";

	color: rgb(255, 230, 38);
}


@font-face {
	font-family: "Header";
	src: url("Assets/General/Fonts/SundayVibe.ttf") format("truetype");
}


@font-face {
	font-family: "Headline";
	src: url("Assets/General/Fonts/Super\ Kindly.ttf") format("truetype");
}
