.download-section {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 150px);

}

.download-button {
	background-color: #248B00;
	color: white;
	border: none;
	padding: 1em 2em;
	font-size: 1.2em;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.download-button:hover {
	background-color: #68C348;
}