body {
	background-color: #020602;
	font-family: "AgaveNerdMono";
	cursor: url("https://worldlover.neocities.org/images/cursors/Jeelh-Retro-Cursors/dark/AlternateSelect.png"), auto;
}


h1 {
	color: #aaff55;
}


h2 {
	color: #aadd22;
}


h3 {
	color: #aaeeaa;
}


h4 {
	color: #88ee88;
}

p {
	color: #99ee00;
	width: fit-content;
}


ul {
	color: #eeff22;
	background-color: #152510;
	width: fit-content;
	padding-right: 10px;
}


hr {
	color: #ffff00;
	border-top: 3px solid;
}


pre {
	background-color: #203000;
	width: fit-content;
	color: #ccff00;
	padding: 10px;
}


details[open] {
	animation: details-show 250ms ease-out;
	background: #102010;
}
details[open] > summary {
	background: inherit;
	padding-bottom: 0px;
}
summary {
	list-style: none;
	background: linear-gradient(to right, #205010, #102010);
	padding-bottom: 1px;
}
summary:hover {
	cursor: url("https://worldlover.neocities.org/images/cursors/Jeelh-Retro-Cursors/dark/Select.png"), pointer;
	background: linear-gradient(to right, #406020, #102010);
}



/* ANIMATIONS */
@keyframes details-show {
	from { background: #203010;}
	to { background: #102010;}
}



/* FONTS */

@font-face {
	font-family: "AgaveNerdMono";
	src: url("https://worldlover.neocities.org/fonts/Agave/AgaveNerdFontMono-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AgaveNerdMono";
	src: url("https://worldlover.neocities.org/fonts/Agave/AgaveNerdFontMono-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
