.quickExit{
	display: block;
	background-color: #0f1322;
	color:white;
	width:117px;
	border-radius:5px;
	text-align:center;
	padding:8px;
	position:fixed !important;
	top:90%;
	right:15px;
	z-index:100;
}
.quickExit:hover{
	background-color: #e6e6e6;
	color:#0f1322;
}
