.drinkCard {
	display: block;
	height: 200px;
	border: 3px solid #0c0;
	border-radius: 10px;
	margin: 5px;
	padding: 10px;
	padding-left: 210px;
	background-repeat: no-repeat;
	background-size: auto 200px;
	background-position: left center;
	background-color: #efefef;
}

.drinkName {
	font-weight: bold;
	font-size: 1.3rem;
	color: #111;
}

.drinkIngredients {
	color: #222;
}