
.content {
	font-family: 'Myriad Set Pro';
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}

h1 {
	font-size: 50px;
	font-weight: 200;
	line-height: 1.0625;
	letter-spacing: -0.02em;
}
h2 {
	font-size: 42px;
	line-height: 1.07885;
	letter-spacing: -0.016em;
	font-weight: 200;
}
h3 {
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -0.008em;
	font-weight: 300;
}
h4 {
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: -0.008em;
	font-weight: 300;
}
h5 {
	font-size: 26px;
	line-height: 1.1;
	letter-spacing: -0.008em;
	font-weight: 400;
}
h6 {
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: -0.008em;
	font-weight: 400;
}
a {
  	color: #555;
}
.content {
	flex: 1;
	font-size: 18px;
	line-height: 1.7375;
	letter-spacing: 0.018em;
	font-weight: 300;
	margin: 0 auto;
	width: calc(200px + 40vw);
	color: #555;
}
.content img {
  	max-width: 100%;
}

.post-title-wrapper {
	text-align: center;
	margin-bottom: 2%;
}
.post-title {
	color: #555;
	text-decoration: none;
}
.post-date {
	margin-top: -20px;
	padding-bottom: 10px;
	text-align: center;
}