downloadapp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	row-gap: 4px;

	max-width: 360px;
	min-height: 260px;
	padding: 24px;
	border-radius: 20px;

	background: linear-gradient(45deg, rgb(8, 16, 44), rgb(56, 60, 84));
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}