	:root {
--yellow: #F1F806;
--yellowLight: #F6F472;
--red: #D00D16;
--blue: #002830;
--orange: #E97401;
--pink: #F5555C;
--grey: #C2BAB9
}

#main {
	height: 1200px;

}

img {width: 95%; display: block; margin: 10px auto 30px auto; max-width: 950px;}

h1 {text-align: left; padding-left: 35px}
a{ text-decoration: none}

.error{color: var(--red);}


.but1 {
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:block;
	cursor:pointer;
	color:#800606;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:15px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	width: 280px;
	margin: 10px auto

}

.but1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}

@media (min-width:320px) { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ 

	.but1 {width: 90%}
	.qr {width: 50%; margin: 40px auto}
}

@media screen and (min-width: 1200px) {
	.but1 {width: 320px}
	.qr {width: 200px; margin: 40px auto}
}

