/* global  */

html, body {
	max-width: 60ch;
	margin: 0 auto;
	font-size: 22px;
	font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	padding: 0.5rem;
	color: #484848;
}

nav {
	margin: 1rem 0;
}

nav a {
	text-decoration: none;
}

/* index  */

#index-content h1 {
	font-size: 1rem;
}

.description {
	font-size: 0.7rem;
}

section {
	margin: 3rem 0;
}

section h2 {
	font-size: 1rem;
	margin: 0;
}

section ul a {
	font-size: 1rem;
	text-decoration: none;
}

/* posts  */
main {
	min-height: 100vh;
	line-height: 1.5;
}
