* {
	font-size: 12px;
	letter-spacing: 0.03rem;
}

body {
	background-color: #e5e5e5;
}

#wrapper {
	width: 100%;
	max-width: 700px;
}

h1, h2, h3, h4, h5 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03rem;
}

hr {
	border: none;
	height: 1px;
	border-bottom: solid 1px #020202;
	color: #020202;
	margin: 50px 0;
}