* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.overlay {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('./img.jpg') no-repeat center center/cover;
  padding:0 20px;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-transform: uppercase;
max-width:900px;
	margin: 0 auto;
	text-align:center;
  font-family: "Anton", sans-serif;
  font-style: normal;
  padding-top:100px;
	
}

.content h1 {
  font-size: clamp(2.5rem, 12vw, 9rem);
  font-weight:400;
    line-height: 1.1;
}


.construction-text {
}

.header {
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:900px;
	margin: 0 auto;
	padding:24px 0;
}

.logo {
}

.social-icons {
  display: flex;
	align-items:center;
  gap: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}
