body {
	background: url('/1.jpg') center no-repeat;
	background-size: cover;
	font-family: "Tektur", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
	height: 100vh;
	width: 100vw;
	margin: 0px;
	padding: 0px;
}
.content {
	display:flex;
	padding:50px;
	background: rgb(255 255 255 / 41%);
	color: #142e4e;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	width: 60%;
	height: 60%;
	max-width: 60%;
	max-height: 60%;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50px;
	font-size: 6vw;
	backdrop-filter: blur(11px);
	-webkit-backdrop-filter: blur(10px);
}

.content .text {
	font-weight:bold;
	font-size: 100%;
	margin: 10%;
}
.content .mail {
	display:flex;
}
.content a {
	color: #ffffff;
	background: linear-gradient(45deg, #142e4e, #142e4e3b);
	padding: 2.6vw 4.6vw;
	border-radius: 6.5vw;
	text-decoration: none;
	/* margin-top: 2vw; */
}
@media screen and (min-width: 1200px) {
  div {
     font-size: 80px;
  }
	.content .text {
		margin: 50px;
	}
}