body {
	padding-top: 66px;
}

main {
	max-height: calc(100vh - 66px);
	overflow: auto;
}

#navbar {
	position: fixed !important;
}

#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
}

.container {
	max-width: 720px;
}

code {
	color: #212529;
	margin: 0;
	padding: 0.2em 0.4em;
	background-color: rgba(0, 0, 0, 0.075);
	border-radius: 0.25rem;
	word-break: break-word;
}

pre {
	background-color: rgba(0, 0, 0, 0.075);
	border-radius: 0.25rem;
	padding: 0.2em 0.4em;
}

pre code {
	background-color: transparent;
	display: inline-block;
}

textarea {
	background: rgba(0, 0, 0, 0.075) !important;
	padding: 0.5rem 0.75rem !important;
	font-size: 80% !important;
	font-family: var(--bs-font-monospace);
	outline: none !important;
}





#content .card.post {
	display: block;
	margin: 0;
	text-decoration: none;
	text-align: left;
	padding: 1rem 1.5rem;
	margin-bottom: 1rem;
	border: 0;
}
