.card {
	border-radius: 5px;
	width: 250px;
	padding: 10px;
	box-shadow: 0 0 5px black;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}
