@font-face {
    font-family: 'webfont';
    src: url('webfont.eot');
    src: url('webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont.woff2') format('woff2'),
         url('webfont.woff') format('woff'),
         url('webfont.ttf') format('truetype'),
         url('webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { font-family: webfont,sans-serif; 
	color: #fff; 
	background-color: #000;
	background: -webkit-linear-gradient(#000, #fff);
	background: -o-linear-gradient(#000, #fff);
	background: -moz-linear-gradient(#000, #fff);
	background: linear-gradient(#000, #fff);;
	background-size: 1920px 1080px;
	text-indent: 0;
	text-align: center;
	line-height: .9em;
}
#page { margin: 0 auto 50px auto; 
	width: 640px; 
}
#main { background-image: url('bcard.svg'); 
	background-size: 640px;
	background-position: 7px 0;
	height: 400px; 
	padding: 25px 0 25px 0; 
	border: 0;
}
h1 { font-size: 3.8em; 
	margin: 0.5em auto 0.5em auto; 
	color: #db0;
}
img { width: 80%; 
	text-align: center; 
	padding: 10px 10px 10px 10px;
}
select { font-family: webfont,sans-serif; 
	font-size: 2em; 
	width: 580px; 
	margin: 0; 
	background-color: #fff; 
	border: solid 1px #000; 
	border-radius: 15px; 
	padding: 0 25px 0 25px;
}
#bar { margin: 0 auto 0 auto; 
}
button { border: 0;
	background: none;
}
.arrow { width: 65px;
	height: 85px;
    opacity: 0.6;
	border: 0;
}
.arrow:hover { opacity: 1.0;
}
.arrow:active { opacity: 1.0;
	filter: hue-rotate(90deg);
	-webkit-filter: hue-rotate(90deg);
	-moz-filter: hue-rotate(90deg);
	-o-filter: hue-rotate(90deg);
	-ms-filter: hue-rotate(90deg);
}