body {
	background-size: cover;	
	text-align: center;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

video{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);

}
.container {
	background-color: rgba(251, 167, 137, .3);
	width: 55%;
	margin: 0 auto;
	margin-top: 1%;
	width: 75%;
	overflow-x: auto;
}
button {
	background-color: rgba(251, 167, 137, .7);
	padding: 10px 25px;
	border: none;
	color: white;
	font-size: 15px;
}
#restart {
	margin: 10px;
}
h1 {
	color: white;
	font-size: 50px;
	padding-top: 20px;

}
#timer {
	font-size: 25px;
	padding-top: 30px;
	color: rgba(255, 147, 81, .6)
}
.questions {
	font-size: 23px;
	margin-top: 3%;
	word-spacing: .1em;
	letter-spacing: .08em;
	line-height: 1.1;
	margin: 25;
}
.answers {
	margin-left: 15px;
	margin-right: 15px;
}
input {
	margin: 5px;
	}
.done {
	color: white;
	font-size: 30px;
}
