.download-button a {
	color: white;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: white;
	background: black;
	margin-top: 20px;
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.download-button a {
		font-size: 13px;
	}
}