@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 200;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQw.ttf") format("truetype");
}

@font-face {
	font-family: "Roboto Mono";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("https://fonts.gstatic.com/s/robotomono/v31/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQw.ttf") format("truetype");
}

body {
	background-color: #080808;
	color: #86ea16;
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url("img/bg.gif");
	background-repeat: repeat-x;
}

img {
	max-width: 100%;
}

a {
	color: #86ea16;
}

.sidebar {
	width: 280px;
	min-height: 100%;
	border-right: 2px solid #86ea16;
	padding: 1rem 1rem;
	position: absolute;
	overflow: scroll;
}

.post-list a {
	display: block;
	text-decoration: none;
}

.post-list a::before {
	content: "\00b7";
	margin-left: -12px;
	width: 14px;
	display: inline-block;
}

.title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	font-variant: small-caps;

}

.subtitle {
	margin-bottom: 24px;
	font-style: italic;
}

.profile img {
	border: 1px solid #86ea16;
	display: inline;
	float: left;
	margin-bottom: 12px;
	margin-right: 6px;
}

.profile .profile-desc {
	display: inline;
	max-width: 10px;
	margin: 5 auto;
}

.profile {
	border: 1px solid #86ea16;
	padding: 12px;
	border-top: 8px solid #86ea16;
	min-height: 60px;
}

.menu a {
	border: 2px solid #86ea16;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	margin-bottom: 6px;
}

.menu a:hover {
	font-weight: bold;
}

.sidebar a:hover {
	text-decoration: underline;
}

iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.main {
	position: absolute;
	height: 100vh;
	width: calc(100% - 316px);
	margin-left: 316px;
	box-sizing: border-box;
}

.page: {
	color: whitesmoke;
	padding: 36px;
	padding-right: 50vw;
} 

html,
body {
	scrollbar-width: thin;
}

::-webkit-scrollbar {
	width: 10px;
}

h1 {
	font-variant: small-caps;
	border-bottom: 2px dashed;
	color: red;
}

p {
	color: whitesmoke;
}