@import url('https://fonts.googleapis.com/css2?family=Ma+Shan+Zheng&display=swap');
.animated.flipOutX {-webkit-animation-duration: .75s;animation-duration: .75s}
@-webkit-keyframes flipOutX {
  from {-webkit-transform: perspective(400px); transform: perspective(400px);} 30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1;}
  to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0;}}

@keyframes flipOutX {
  from {-webkit-transform: perspective(400px); transform: perspective(400px);} 30% {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1;}
  to {-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0;}}

.flipOutX {-webkit-animation-name: flipOutX;animation-name: flipOutX;-webkit-backface-visibility: visible !important;backface-visibility: visible !important}
#board{
	width: 690px;
	margin:0 auto;
	line-height: 30px;
	display: inline-block;
}
#shuffle{
	cursor: pointer;
	font-variant: small-caps;
	color: #bf9a35;
	font-size: 16px;
	display: inline-block;
}
#shuffle:hover{color: #9e6c09}
.recto{
	width: 140px;
	height: 93px;
	outline: 1px solid #ccc;
	padding: 7px;
	margin: 9px;  
	position: relative;
	float: left;
	cursor: pointer;
	background: #fff;
	color: #939393;		
	font-family: 'Noto Sans SC', sans-serif;
}
.verso{ 
	font-family: 'Ma Shan Zheng', cursive;
	width: 140px;
	height: 93px;
	color: #fff;
	font-size: 52px;
	line-height: 90px;
	border: 7px solid white;
	outline: 1px solid #ccc;
	box-shadow: 2px 2px 5px #000;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.verso img{margin-top: -11px; width: 100%}
.green {background-image: linear-gradient(50deg, rgb(217, 184, 42) 0%,rgb(131, 178, 27) 31%,rgb(45, 172, 11) 100%);}
.tropical {background-image: linear-gradient(135deg, rgb(245, 177, 77),rgb(237, 53, 115));}
.icy {background-image: linear-gradient(37deg, rgb(32, 218, 233),rgb(40, 21, 236));}
.pumpkin{background-image: linear-gradient(135deg, rgb(195, 39, 2) 0%,rgb(224, 164, 60) 100%);}
.prune {background-image: linear-gradient(90deg, rgb(114, 7, 74),rgb(232, 54, 104));}
.violet{background-image: linear-gradient(20deg, rgb(112, 84, 203),rgb(232, 47, 180));}
.cocktail{background-image: linear-gradient(30deg, rgb(252, 108, 53),rgb(170, 18, 159));}
.recto strong{
	font-size: 20px;
	color: #707070;
}