body {
	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.65em;
	background-color: black;
	color: #00ff00;
	margin: 20px;
}

a {
	color: #00ff00 !important;

}

a:visited{
	color: #00ff00 !important;
}

a:hover{
	color: #ffffff !important;
}

.navbar, article, .footer {
	max-width: 80ch;
	margin: auto;
}

.footer {
	margin-top: 10px;
}

pre {
        line-height: 1.2em;
        padding: 10px;
        border-radius: 0.3em;
        overflow: scroll;
}

h1,h2 {
	color: #fff;
	font-size: 100%;
	font-weight: normal;
}

h1:empty,h2:empty,h3:empty{
	display: none;
}

h1:before {
	content: ':: ';
}

h1:after {
	content: ' ::';
}

h2 {
	margin-top: 2em;
}

h2:before {
	content: ':::: ';
}

h2:after {
	content: ' ::::';
}

li:before {
	content: '*';
	margin: 0 0.2em 0 0.2em;
}

li {
	list-style: none;
	margin-left: 0;
}

ul {
	padding-inline-start: 0;
}

p.link {
	margin-top: 0;
	margin-bottom: 0;
}

p.link + p {
	margin-top: 0;
}

@media screen and (max-width: 400px) {
	body {
		font-size: 0.5em;
	}
}
