@font-face {
    font-family: 'Pricedown';
    src: url('/fonts/pricedown.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Bank Gothic';
    src: url('/fonts/bank_gothic_regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	height: 100vh;
	width: 100vw;
	align-content: center;
	text-align: center;
}

.greeting {
	font-family: 'Pricedown', sans-serif;
	font-size: 5em;
        margin-bottom: 3px;
}

.message {
    font-family: 'Bank Gothic', serif;
    font-size: 2em;
    padding: 0 0 0 30%;
    margin-top: 0;
}

body { display: block; }