body {
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.main {
	width: 100%;
	max-width: 450px;
	margin: auto;
}


.codeRedeemCodeField {
	font-size: 18px;
	padding: 10px;
	border: 2px solid color(srgb 0.75 0.75 0.75);
	width: 100%;
	border-radius: 15px;
	text-align: center;
	font-family: monospace;
	box-sizing: border-box;
}

.downloadBox {
	border-radius: 25px;
	border: 1px solid color(srgb 0.88 0.88 0.88);
	border: none;
	margin: 25px 10px;
	box-shadow: 0 0 15px color(srgb 0.788 0.788 0.788);
}

.downloadBanner {
	height: 200px;
	margin: 0;
	margin-bottom: 1px;
	border-radius: 25px 25px 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.downloadButton,
.codeRedeemButton {
	background-color: rgba(0, 135, 255, 1);
	display: block;
	border: none;
	border-radius: 0 0 25px 25px;
	color: white;
	padding: 16px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	transition: 0.5s ease background-color;
	cursor: pointer;

}

.downloadButton:hover,
.codeRedeemButton:hover {
	background-color: rgba(0, 135, 255, 0.85);
}

.codeRedeemButton {
	width: 100%;
	border-radius: 25px;
	margin-top: 10px;

}

.codeRedeem_errormsg {
	color: red;
	font-size: 12px;
}
