html, body {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Assistant', sans-serif;
	background-color: #ffffff;
	color: #EBEBEA;
	height: 100%;
	margin: 0;
}

body {
	text-align: center;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.corp {
	position: relative;
	top: 24%;
	background-color: #3B3834;
	height: -webkit-fill-available;
}

.logo {
	height: 10rem;
	position: fixed;
	right: 2rem;
	top: 0;
}

.script {
	padding-top: 6rem;
	font-family: 'Sue Ellen Francisco', cursive;
	color: #D12C1F;
	font-size: 8rem;
	transform: rotate(-3deg);
}

.medium {
	font-size: 4rem;
}
