body,
html {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	background: url("so-white.png");
	color: #4d3219;
}

.wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.wrapper__content {
	width: 100%;
	max-width: 800px;
	padding: 16px;
}

@media only screen and (min-width: 600px) {
	.wrapper {
		height: 100vh;
	}
}

h1,
h2 {
	font-family: "Nanum Myeongjo", serif;
}

h1 {
	border-bottom: 1px dotted #666;
	padding-bottom: 16px;
	letter-spacing: 0.4px;
	font-size: 42px;
}

p {
	line-height: 24px;
}
p.lead {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
}
p.intro {
	max-width: 600px;
}
a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
}
a:hover {
	text-decoration: underline;
}
span.small {
	font-size: 14px;
}
@media only screen and (min-width: 600px) {
	span.line {
		display: block;
	}
}
