.project-header {
	text-align: center;
}

.project-header h1 {
	color: #00ffcc;
	margin-top: 120px;
	text-shadow: 0 0 80px #00ffcc;
	font-size: 6.5em;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.project-header {
	text-align: center;
}

.project-header h1 {
	color: #00ffcc;
	margin-top: 120px;
	text-shadow: 0 0 80px #00ffcc;
	font-size: 6.5em;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.project-header h3 {
	color: #00ffcc;
	margin-top: 120px;
	text-shadow: 0 0 80px #00ffcc;
	font-size: 3em;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.project-header img {
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
	box-shadow: 0 0 80px #00ffcc;
	margin-bottom: 35px;
}

.project-text {
	margin-right: 29%;
	margin-left: 29%;
	color: #00ffcc;
	text-align: justify;
	font-size: 1.4em;
}

.project-footer p {
	margin: 35px;
	color: #00ffcc;
	text-align: center;
	font-size: 1.1em;
}

.download {
	text-align: center;
}

.download a {
	margin-top: 20px;
	color: #00ffcc;
	text-shadow: 0 0 40px #00ffcc;
	font-size: 1.4em;
	font-weight: 900;
	letter-spacing: 0.03em;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

.download a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(90deg, #00ffcc, #00ffff);
	transition: width 0.3s ease;
	box-shadow: 0 0 10px #00ffcc;
}

.download a:hover {
	color: #ffffff;
	text-shadow: 0 0 60px #00ffcc, 0 0 80px #00ffff;
	transform: translateY(-3px);
}

.download a:hover::after {
	width: 100%;
}

.img {
	text-align: center;
}

.img img {
	margin-top: 40px;
	width: 100%;
	max-width: 800px;
	border-radius: 20px;
	box-shadow: 0 0 80px #00ffcc;
	margin-bottom: 55px;
}

@media (max-width: 1440px) {
	.project-text {
		margin-right: 18%;
		margin-left: 18%;
		font-size: 1.2em;
	}
	.download a {
		font-size: 1.2em;
	}
}

@media (max-width: 900px) {
	.project-text {
		margin-right: 2%;
		margin-left: 2%;
		font-size: 1.2em;
	}
	.download a {
		font-size: 1.2em;
	}
}

@media (max-width: 768px) {
	.project-text {
		margin-right: 10%;
		margin-left: 10%;
		font-size: 1.2em;
	}
	.download a {
		font-size: 1.2em;
	}
}
