@font-face {
	font-family: unifont;
	src: url('fonts/unifont-14.0.04.otf');
}

body {
	font-family: unifont;
	background: black;
	color: #39ff14;
	padding-left: 10vw;
	padding-right: -10vw;
	padding-top: 10vh;
	padding-bottom: 10vh;
	width: 80vw;
}

pre {
	font-family: unifont;
	font-size: 16px;
}

h1, h2, h3, h4 {
	color: turquoise;
}

a {
	color: darkred;
	font-weight: bold;
}
a:hover {
	color: red;
	font-weight: bold;
}

pre {
	color: lightgray;
	font-size: 20px;
}

.text {
	text-align: start;
	overflow-wrap: break;
	font-size: 18px;
}

#pacman {
	color: yellow;
}

.code {
	color: black;
	font-weight: bold;
	background: lightgray;
	padding: 3px;
	width: max-content;
}

.alter {
	font-weight: bold;
	color: violet;
}

.remove {
	/* font-weight: bold; */
	color: red;
}

a.header{
	text-decoration: none;
	color: lightgray; 	
}

a.header:hover {
	text-decoration: underline;
}

/* haunted webring styler */
.webring {
	color: turquoise;
}

a.webring:hover {
	color: aqua;
}
