body {
	background-color: #222129;
}

p {
	color: white;
	font-family: 'Fira Code', monospace;
	font-size: 16px;
	line-height: 1.6;
}

h1 {
	color: white;
	font-family: 'Fira Code', monospace;
	font-size: 18px;
	font-weight: unset;
	text-align: center;
	margin-top: 20px;
}

h2 {
	color: white;
	font-family: 'Fira Code', monospace;
	font-size: 20px;
	font-weight: unset;
	text-align: center;
	margin-top: 20px;
}

h3 {
	color: white;
	font-family: 'Fira Code', monospace;
	font-size: 20px;
	font-weight: unset;
	margin-top: 20px;
}

pre {
	font-family: 'Fira Code', monospace;
}

li {
	color: #a3be8c;
}

.header {
	display: flex;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.header-link {
	display: flexbox;
	color: #222129;
	background-color: #81a1c1;
	font-family: 'Courier New', Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: fit-content;
	white-space: nowrap;
}

.header-filler {
	background: repeating-linear-gradient(110deg, #81a1c1, #81a1c1 6px, transparent 0, transparent 12px);
	width: 100%;
}

.center-box {
	display: block;
	margin: 40px auto;
	padding: 20px;
	padding-top: 5px;
	width: 50%;
	min-width: 475px;
	max-width: 575px;
	border: #81a1c1;
	border-style: solid;
	border-width: 2px;
	box-shadow: -20px 20px 0px #d08770;
}

.bullet-link {
	text-underline-offset: 10px;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-decoration-style: dashed;
	color: #a3be8c;
}

.bullet-link:hover {
	text-decoration-style: solid;
}

.post-title {
	font-family: 'Fira Code', monospace;
	font-size: 16px;
	color: white;
	text-decoration-thickness: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

.post-info {
	font-family: 'Fira Code', monospace;
	font-size: 14px;
	color: #75728d;
	margin-top: 5px;
	margin-bottom: 5px;
}

.inline-link {
	text-decoration-style: dashed;
	text-underline-offset: 5px;
}

.inline-link:hover {
	text-decoration-style: solid;
}