

:root {
	background: #323;
	font-family: Verdana, "DejaVu Sans", Geneva, Tahoma, "sans-serif";
	color: #dcc;
	font-size: 1.25rem;
	line-height: 1.4;
	text-align: center;
	text-justify: auto;
}

body {
	min-height: 100vh;
	text-align: center;
}

p {
	padding: 0% 12%;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
h1 {
	font-size: 3rem;
/*	margin-bottom: -0.75rem;*/
}

h2 {
	font-size: 2rem;
/*	margin-bottom: -0.5rem;*/
}

h3 {
	font-size: 1.6rem;
/*	margin-bottom: -0.25rem;*/
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.75rem;
}

h7 {
	font-size: 0.5rem;
}

.row {
	
}

ul {
	padding: 0
}
