body {
	font-family: arial;
	text-align: center;
}

.card {
	cursor: pointer;
}

.counted {
	opacity: 20%;
}

img {
	height: 120px;
	width: 80px
}

#reset {
	text-align: center;
	font-size: 40px;
	background-color: gray;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	height: 100px;
	line-height: 100px;
}

#reset:hover {
	color: gray;
	background-color: black;
}
