body {
	background-color: #803df4;
}

#button_container {
	margin: 100px auto;
	text-align: center;
	height: 70px;
    width: 200px;
    padding:10px 10px;
    
}


#click {
	color: white;
	font-family: verdana, sans-serif;
	text-align: center;
	height: 50px;
	line-height: 40px;
	margin: 10px auto;
	text-shadow: 1px 2px 0 #831127;
	text-decoration: none;
}

.button {
	display:block;
	background-color: #BC1939;
	border-top: 1px solid #c94660;
    border-left: 1px solid #c94660;
    box-shadow: 1px 3px 3px black;
    border-radius: 25px;

 	
}

a:visited {
	color: white;
}

a:hover {
	color: gray;
}

a {
	color: white;
	text-decoration: none;
}