@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
		body {
			margin: 0;
			padding: 0;
			font-family: "Quicksand", sans-serif;
			color: #fff;
            background: #9f985d;
		}
		.header {
			background-image: url('background.jpg');
			background-size: cover;
			background-position: center;
			height: 100vh;
			width: 100%;
		}
.header-over {position: absolute;top: 0;left: 0;background: radial-gradient(#000,transparent);width: 100%;height: 100%;opacity: 0.6;}
		.logo {
			height: 300px;
			margin: 0 10px 30px;
		}
		.main-content {
			position: absolute;
			text-align: center;
			top: 44%;
			left: 50%;
			transform: translate(-50%,-50%);
			max-width: 840px;
			width: 90%;
		}
		h1 {
			font-size: 4rem;
			margin: 0;
			position: relative;
			display: block;
			font-size: 32px;
			font-weight: 400;
			margin: 0 auto;
			line-height: 62px;
			margin: 50px auto -20px;
		}
		h2 {
			font-size: 2rem;
			margin: 10px 0;
			position: relative;
			display: block;
			font-size: 40px;
			font-weight: 700;
			margin: -10px auto 0;
			color: #fff;
		}
		h3 {
	font-size: 24px;
	font-weight: 500;
	position: relative;
	margin-bottom: 0px;
	display: block;
	margin-top: 40px;
		}
		p {
			font-size: 20px;
			margin: 10px 0;
			line-height: 28px;
		}
		p strong {
			font-weight: 500;
		}
a { font-weight: 500; color: #fff; text-transform: none; }
		.contact-info {
			margin-top: 50px;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
.contact-info p { font-size: 17px; }

.copyright { position: absolute; right: 0; top: 50%; transform: translate(0,-50%); }
		@media (max-width: 800px) {
			h1 {
				font-size: 30px;
			}
			h2 {
				font-size: 1.5rem;
			}
			p {
				font-size: 1rem;
			}
			.logo {
  height: 150px;
  margin: 0 10px;
}
		}

.footer {position: absolute;bottom: 0;border-top: 1px solid rgba(255,255,255,0.2);width: 100%;height: 100px;}
.footer-in {position: relative;width: 90%;margin: 0 auto;height: 100%;}
.lang {position: absolute;top: 50%;transform: translate(0,-50%);}
.lang a { text-decoration: none;margin-right: 11px;}
.internetservice {filter: brightness(10);height: 30px;right: 0;top: 50%;position: absolute;transform: translate(0,-50%);}