.card {
	box-shadow: 0em 0.25em 1em #00000088;
	padding: 0.5em;
	background-color: #E8E8E8;
	border-radius: 1em;
	border: solid white 0.25em;
	
	transition: 0.125s;
}
.card:hover {
	box-shadow: 0em 0.25em 2em #00000088;
	
	transition: 0s;
}
img.card {
	padding: 0em;
	background-color: white;
}
.icon {
	vertical-align: middle;
	height: 1.25em;
	border-radius: 0.25em;
	
	transition: 0.125s;
}
.icon:hover {
	/*box-shadow: 0em 0.25em 1em #00000088;*/
	filter: drop-shadow(0em 0.25em 0.5em #00000088);
	transform: scale(5);
	
	transition: 0s;
}




/*.card {
	box-shadow: 0px -2px 3px #00000044 inset, 0px 2px 5px #00000088;
	padding: 8px;
	border-radius: 12px;
/*	border: 2px solid black;
	padding: 30px;* /
	background-color: lightgray;
}*/
