@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap);

html, body {
	height			: 100vh;
}

body{
	display			: flex;
	flex-direction	: column;
	min-height		: 100vh;
	font-family		: Montserrat,sans-serif;
	font-size		: .9em;
}

header {
	padding				: 1em 1em;
	border-bottom		: 1px solid #f0eff0;
}

footer {
	padding				: 2em 1em;
	border-top			: 1px solid #f0eff0;
}

.container{
	background-color: #f9f9f9;
}

/* */

.checked {
	color	: orange;
}

/*img.avatar{
	border-radius	: 50%;
	width			: 100px;
	height			: 100px;
}*/

.first-letter{
	float		: left;
	font-size	: 4rem;
	line-height	: 3.5rem;
	padding		: 0 1rem 0 1rem;
	font-weight	: bold;
	font-style	: italic;
}
