button {
	box-shadow: 3px 4px 4px 0px #383838;
	background:linear-gradient(to bottom, #787878 5%, #4a4a4a 100%);
	background-color:#4a4a4a;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Calibri;
	font-size:17px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #858585;
	margin-top: 20px;
	
}
button.start{
	opacity: 0.8;
}
button:hover {
	background:linear-gradient(to bottom, #4a4a4a 5%, #787878 100%);
	background-color:#787878;
}
button:active {
	position:relative;
	top:1px;
	background:#4a4a4a;
}
button:focus{
	outline: none;
}
body{
background: #5F16BA;
font-family: Calibri;
color:#ffffff
}
img {
	margin-top: 2.5px;
	width:60px;
	height: auto;
}
div{
	margin-left: 70px;
	margin-top: -50px;
	font-size: 20px;
}
