.container {
	width: 250px;
	height: 250px;
	display: block;
	margin: auto;
}

.image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.money-container {
	display: flex;
	justify-content: center;
}

.money {
	width: 20vw;
	max-height: 10vh;
}

.qr {
	width: 150px;
	padding-top: 5px;
}
