.boxme {
	max-width: 420px;
	display: inline-block;
}
.link {
	text-decoration: none;
}
.download {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	aspect-ratio: 103 / 134;
	border-radius: 25px;
	background: url("/img/shareBackground.png") no-repeat;
	background-size: 100%;
	
	font-size: 1.4rem;
	font-weight: 600;
	color: white;
}
.download p:first-child {
	font-weight: 300;
	padding-top: 2rem;
	padding-bottom: 5px;
}
.download a {
	display: inline-block;
	text-decoration: none;
	margin-top: 1.5rem;
	border-radius: 20px;
	padding: 8px 40px;
	background: white;
	color: #333;
	font-size: 1.3rem;
}