.test {
	display: block;
	opacity: 0.8;
	height: auto;
	position: fixed;
	bottom: 1%;
	right: 1%;
	width: 300px;
	background-color: #221cc4;
	border-radius: 16px 16px 16px 16px;
	padding: 10px 15px 7px 15px;
	color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 10000000;
	font-family: 'Times New Roman', Times, serif;
}
.test a { text-decoration: none; text-transform: uppercase; color: #fff; }
.test a:hover { /* text-decoration: underline; */ color: #cbcafc; }
#win { display: block;text-align:center; }
#mywin { display: none; }
