html, body {
	height: 100vh;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #222;
}

h1, h2, h3 {
	line-height: 1.1;
}


td {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h1, .title {
    margin: 0px 0px 20px 0px;
    font-size: 28px;
    font-weight: 500;
	line-height: 28px;
}

h2 {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-weight: 500;
	line-height: 24px;
}

h3 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 500;
	line-height: 20px;
}

blockquote {
	margin: 20px; 
	padding: 20px;
	border-left: 5px solid var(--color-active);
	background: #efefef;
}
