.exitbutton {
	background-color:#33ff33;
	color:#ff3300;
	letter-spacing: 2px;
	font-weight:bold;
	font-family:cursive, comic;
	border-style:solid 3px;
	border-color: black;
	width:70px;
	height:70px;
	box-shadow: 0px 0px 10px 10px red;
	filter: blur(.5px) grayscale(.5%);
	border-radius:50%;
	outline:none;
	font-size: 15px;
	position:absolute;
	right:50px;
	top:50px;
}

.exitbutton:hover {
	background-color:#99ff99;
}

.redexitbutton {
	background-color:#33ff33;
	color:#ff3300;
	letter-spacing: 2px;
	font-weight:bold;
	font-family:cursive, comic;
	border-style:solid 3px;
	border-color: black;
	width:70px;
	height:70px;
	box-shadow: 0px 0px 10px 10px black;
	filter: blur(.5px) grayscale(.5%);
	border-radius:50%;
	outline:none;
	font-size: 15px;
	position:absolute;
	right:50px;
	top:50px;
}

.redexitbutton:hover {
	background-color:#99ff99;
}