@import 'src/Components/GlobalStyles/colors';

.card {
	background-color: $dropShadow;
	//width: 450px;
	height: 340px;
	border-radius: 10px;
	text-align: center;
	padding: 21px 12px 32px;
}
