
#download {
	margin-top: 50px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 120vh;
	background: linear-gradient(#020724, #031B3D);
}
#download div {
	width: 80%;
	height: 100vh;
}
#download div h1 {
	color: #FFF;
	margin: 10px;
	margin-top: 30px;
}
#download div iframe {
	width: 100%;
	height: 100%;
	border: 2px solid #c5c5c5;
	border-radius: 10px;
	box-shadow: 20px 20px 20px 5px;
}

@media (max-width: 640px) {
	#download div iframe {
		max-height: 470px;
	}
}