@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

.space-grotesk-tilde-blog {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1em;
  font-style: normal;
}

.custom {
    position: absolute;
	display: block;
	margin: 4px auto;
	padding 8px;
}

.custom > p {
	margin-block: unset;
	height: 1px;
}

.nav {
	display: block;
	position: relative;
}

.nav > ul {
	list-style-type: none;
	margin: unset;
	display: flex;
	padding: 0px;
}

li > a {
	text-decoration: none;
}

/* li {
    padding: 0px 8px 0px 0px;
} */

body {
	background-color: #000000;
	font-family: "Space Grotesk", sans-serif;
	color: #0f0;
	width: 80%;
	margin: 0px auto;
}

#meta {
	top: -.5em;
	/* position: fixed; */
	height: 3.5em;
	/* float: left; */
	text-align: left;
	width: 100%;
	background-color: #000000;
}

#tlogs {
	margin: 2em 0em;
	/* width: 80%; */
}

#tlogs > p {
	margin-block: unset;
	height: 1px;
}

.entry {
	border: 1px ridge #0f0;
	padding: 0em;
	margin-bottom:4px;
}

.entry>p {
	padding: 1em;
}

.entry p.permalink {
	font-size: .6em;
	font-color: #808080;
	text-align: right;
}

.entry h5 {
	text-align: left;
	margin-top: 0em;
	margin-block: unset;
	padding: 1em;
	background-color: rgba(0, 255, 0, 0.333);
}

blockquote {
	background-color: black;
	color: #e0b0ff;
	font-size: 90%;
	border: 1px dotted white;
	padding: 4px;
}
