body {
	background-color: pink;
}
.card {
	height: 200px;
	width: 10%;
	border-radius: 25px;
	float: left;
	background-color: white;
	margin-left: 2%;
	margin-right: 2%;
}
img {

	width: 100%;
}
#startButton {
	height: 100px;
	width: 50%;
	font-size: 48pt;
	float: left;
	margin-left: 10%;
}
#playingSpace {
	height: 500px;
	width: 80%;
	margin-left: 10%;
	background-color: green;
}
.faceupcard {
	height: 200px;
	width: 100%;
	border-radius: 25px;
	background-color: white;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 25px
}
#heartPic {
	height: 50px;
	width: 40%;
	margin-top: 75px;
	margin-left: 30%;
}
#diamondPic {
	height: 50px;
	width: 40%;
	margin-top: 75px;
	margin-left: 30%;
}
#spadePic {
	height: 50px;
	width: 40%;
	margin-top: 75px;
	margin-left: 30%;
}
#clubPic {
	height: 50px;
	width: 40%;
	margin-top: 75px;
	margin-left: 30%;
}