body {
	background: #000000 url('bg.jpg') no-repeat center top fixed;
	background-size: cover;
	color: #eaeaea;
	font-family: "Overpass", sans-serif;
	font-size: 17px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.header {
	width: 100%;
	height: auto;
	padding-top: 125px;
	text-align: center;
	margin: 0 auto;
}

.logo {
	width: auto;
	height: 120px;
}

.container {
	padding-top: 20px;
	max-width: 480px;
	width: 90%;
}
.container p {
	font-size: 20px;
	font-weight: 700;
}

h1, p {
	margin: 10px 0;
}

h1 {
	font-size: 2em;
}

p {
	font-size: 1.2em;
}

footer {
	position: fixed;
	color: #828383;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

footer p {
	font-size: 12px;
}

footer a {
	color: #828383;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.logo {
		width: auto;
		height: 110px;
	}
	
	.header {
		padding-top: 80px;
	}

	h1 {
		font-size: 1.5em;
	}

	p {
		font-size: 1em; 
	}
}
