html {
	height: 100%;
    background: #000
	margin: 0;
	padding: 0;
	font-family: 'Alegreya Sans';
	color: #2f1500;
	text-shadow: 0 0 1px rgba(0,0,0, .1);
}

body {
	min-height: 100%;
	margin: 0;
	padding: 30px 10%;
}

h1 {
	text-align: center;
	font-size: calc(2vw + 2vh + 1vmin);
	font-weight: 800;
}

.txt-left { text-align: left }
.txt-center { text-align: center }
.txt-right { text-align: right }