body {
	overflow: hidden;
}
@font-face {
    font-family: GothamBlack;
    src: url('../fonts/Gotham-Black.otf');
}
@font-face {
    font-family: GothamBold;
    src: url('../fonts/Gotham-Bold.otf');
}

* {
	font: 'GothamBlack';
}
h1 {
	display: block;
	text-align: center;
	font-size: 22px;
	max-width: 60%;
	margin: 0 auto;
	font-weight: 800;
	margin-bottom: 20px;
}
img.header-img {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
}
div.select-console {
	margin: 0 auto;
	padding: 20px;
}
div.redeem {
	text-align: center;
}
div.redeem input {
	font-weight: bolder; 
}
div.redeem p {
	font-weight: bolder;
	font-size: 18px;
}
div.show-message {
	margin: 10px 0px;
}
p.alert {
	display: none;
	width: 100% !important;
	font-weight: bold;
	text-align: center;
}