@charset "utf-8";
#homeH1 {
	font-size: 48px;
	font-variant: small-caps;
	letter-spacing: 2px;
}
#coupon {
	border: 3px dashed #000000;
	color: #191970;
	height: 200px;
	line-height: normal;
	margin: auto;
	padding: 6px;
	text-align: center;
	width: 350px;
}
#coupon b {
	color: #800000;
	font-size: 24px;
	letter-spacing: 1px;
}
#coupon .code {
	font-family: "Arial Black";
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
#screenshots {
	margin: auto;
}
#screenshots img {
	margin: 6px;
}

