.qwrapper {
	width: 100%;
	height: auto;
	background: #FCF;
	padding-top: 10%;
	padding-bottom: 10%;
	text-align: center;
}
.qwrapper h1 {
	margin: -20px 0 30px 0;
	text-shadow: 5px 5px 25px #F0F;
	color: #0BA;
	font-family: "Comic Sans MS";
}
.center {
	width: 80%;
	min-height: 90%;
	margin: 0 auto;
	text-align: center;
	background: #5FA;
	box-shadow: 0 5px 10px #000;
	padding: 10px;
	margin-bottom: 2%;
}
.quote {
	width: 90%;
	min-height: 200px;
	height: 50%;
	margin: 0 auto;
	min-height: 50%;
	border: 3px solid green;
	font-family: Helvetica;
	padding: 10%;
}
.button {
	width: 30%;
	position: relative;
	top: 80%;
	left: 70%;
	z-index: 2;
	font-family: cursive;
	font-weight: bold;
	cursor: pointer;
}
.button:before {
	display: inline-block;
	content: "";
	width: 200px;
	height: 150px;
	border-top: 75px solid transparent;
	border-bottom: 50px solid transparent;
	border-right: 200px solid #FA0;
	position: absolute;
	top: -320%;
	left: 15%;
	z-index: -1;
	transform: rotate(5deg);
}
#counter {
	margin: 20px auto;
	left: 42%;
	border: 1px solid black;
	width: 150px;
	height: 45px;
	padding-left: 2px;
	background: #000;
}
.particle {
	height: 3px;
	width: 3px;
	position: absolute;
}
marquee {
	position: relative;
	top: -100px;
	left: 0;
	background: #000;
	color: white;
}
pre {
	background: #000;
	color: white;
	border: none;
}
.qserved {
	text-align: center;
}
.number {
	float: left;
	text-align: center;
	width: 15px;
	border: 1px solid white;
	background: #000;
	height: 100%;
	color: white;
	font-size: 20px;
	padding-top: 5px;
	margin-left: 0.5px;
	margin-right: 0.5px;
}
#twitterButton {
	position: absolute!important;
	top: 29%;
	left: 1%;
}
@media screen and (max-width: 920px) {
	.button {
		top: 30%;
		left: 65%
	}
	.button:before {
		top: -150%;
		left: 0;
	}
}
