body {
    font-family: 'PT Sans', sans-serif;
	position: relative;
	height: 100%;
}

h1 {
    color: #000000;
    font-size: 33px;
    font-weight: bold;
}

h1 .dash {
    color: #FAA60E;
}

p {
    font-size: 18px;
    line-height: 25px;
}

.center {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}