@import url('https://fonts.googleapis.com/css?family=Assistant:400,700|Playfair+Display&display=swap');

html, body {
	background-color: #5F6B77;
	color: #FFFCF7;
	font-family: 'Assistant', sans-serif;
}

body {
	max-width: 650px;
	margin: auto;
	padding: 3em;
	line-height: 1.5;
}

h2 {
	color: #FFFCF7;
	text-align: left;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
}

h3 {
	text-align: left;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
}

a {
	color: #D3E4C5;
	text-decoration: none;
	border-bottom: 1px solid;
}

a:hover {
	color: #E4F0D0;
	text-decoration: line-through;
	border-bottom: none;
}

b, strong {
    color:#B9C7E0;
}
