body {
	font-family: 'Georgia', serif;
	background: linear-gradient(to bottom, #0a2239, #1d3557);
	color: #f1faee;
	margin: 0;
	padding: 0;
}
.container {
	max-width: 700px;
	margin: 20px auto;
	background: rgb(27, 55, 79);
	padding: 20px;
	border-radius: 16px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	border: 1px solid #ac8f60;
	position: relative;
}
h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 0.2em;
	color: #ac8f60;
}
h2 {
	text-align: center;
	font-weight: normal;
	color: #f1faee;
}
p {
	text-align: justify;
	line-height: 1.6;
}
.download {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}
.btn {
	background: #457b9d;
	color: white;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 8px;
	text-align: center;
	font-size: 1.1em;
	transition: background 0.3s;
}
.btn:hover {
	background: #1d3557;
}
.counter {
	font-size: 0.9em;
	color: #cfd8dc;
	text-align: center;
}

.Corner1,.Corner2,.Corner3,.Corner4{
	position:absolute;
	width:51px;
	height:51px;
	margin:0px;
	transition:margin 0.15s ease-in;
	z-index:20;
}
.Corner1,.Corner2{
	top:-5px;
}
.Corner3,.Corner4{
	bottom:-5px;
}
.Corner1,.Corner4{
	left:-5px;
}
.Corner2,.Corner3{
	right:-5px;
}
.Corner1{
	background:url('Corner1.png');
}
.Corner2{
	background:url('Corner2.png');
}
.Corner3{
	background:url('Corner3.png');
}
.Corner4{
	background:url('Corner4.png');
}

.statue{
	position:fixed;
	top:-20px;
	right:-200px;
	background:url('Statue.png');
	width:1135px;
	height:1426px;
}

.Banner{
	display:block;
	position:relative;
	max-width: 730px;
	margin: -15px;
}