.bg-purple-dark 	{	background-color: #3b1f90;	}
html, body {
	height: 		100%;
}
section {
	min-height: 	100%;
}
div {
	min-height: 	100vh;
	height: 		100%;
	width: 			100%;
}
#brand {
	user-select: 	none;
	font-family: 	'liquorstore-3d', sans-serif;
	font-size:		8vh;
	color:			white;
	margin:			5em;
}