body {
	margin: 0;
	font-size: 20px;
	font-family: 'Roboto Serif', serif;
	text-rendering: optimizeLegibility;
}

.content {
	max-width: 640px;
	margin: auto;
}

.header {
	padding: 3em 0;
	max-width: 700px;
	margin: auto;
}

.subhead {
	color: #747474;
	font-family: 'Roboto Serif', serif;
}

.byline {
	text-align: right;
	color:  #000000;
}

a {
	color: #000000;
}

.note {
	text-align: center;
	font-size: 0.8em;
	color: #747474;
	margin-top: 20px;
}

.footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 4em;
	padding: 4em 0;
	color: #747474;
}

figure {
	margin: 2em 0;
	padding-bottom: 1.2em;
}

figcaption {
	font-size: 0.8em;
	text-align: center;
	margin-top: 0.5em;
	color: #666;
}

h1 {
	font-family: 'Lora', Georgia, serif;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.1;
}

h3 {
	font-size: 1.5em;
	
}

iframe,
img,
video {
	max-width: 100%;
}

p {
	line-height: 1.6;
	margin: 0;
	padding-bottom: 1.2em;
	font-family: "Inter", sans-serif;
}

ul {
	margin: 0;
	padding-bottom: 1em;
	line-height: 1.6;
}

iframe {
	padding-bottom: 1.2em;
}

code {
	font-family: 'Courier New', monospace;
	background: #fff880;
}

.full-width figure {
	text-align: center;
}

/* margin on mobile */
@media (max-width: 640px) {
	body {
		font-size: 18px;
	}
	.header {
	font-size: 13px;
	padding: 0.5em;
	margin: auto;
	text-align: center;
	}

	.subhead {
		font-size: 10px;
	}

	.content {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}