* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

html, body {
	height: 100%;
}

body {
	background-color: #000;
}

h2 {
	width: 50%;
	height: auto;
	margin: 0 auto;
	color: #000;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
}

p {
	font-family: ;
	color: #fff;
	text-align: center;
}

.logo {
	width: 50%;
	height: 18vw;
	margin: 0 auto 0 auto;
	background: url(/custom/images/pogue-productions-logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
