body {
	background-color: black;
	overflow: hidden;
	font-size: 6vw;
	color: white;
	background-size: 100vw;
	background-repeat: no-repeat;
	background-position: center;
}

a {
	font-family: Helvetica;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.text {
	text-align: center;
	vertical-align: middle;
	line-height: 100vh;
	z-index: 1;
}

.UNO {
	background-image: url(https://s3.amazonaws.com/unonyc/uno.png);
	background-size: 75vw;
	background-repeat: no-repeat;
	background-position: center; 
	position: fixed;
	top: 0%; bottom: 0%;
	left: 0%; right: 0%;
	margin:auto;
	z-index: -1;
	animation: blur .3s alternate infinite;
}

@keyframes blur {
	from { filter: blur(30px); }
	to { filter: blur(0px); }

	from { -webkit-filter: blur(30px); }
	to { -webkit-filter: blur(0px); }
}

.mailer {
	position: fixed;
	bottom: .3em;
	left: 50%;
	transform: translateX(-50%);
}

.enter, .submit {
	color: #FFF;
	font-size: 1.5vw;
	text-align: center;
	border: none;
	background: none;
}

.enter {
	border-bottom: 1px solid #FFF;
}
