@import url('https://fonts.googleapis.com/css2?family=New+Amsterdam&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body, html {
	height: 100%;
	margin: 0px;
}

a {
	text-decoration: none;
}

#pinhead {
	position: relative;
	margin: 0;
	height: 100%;
	background-image: url("img/pinhead.webp");
	background-size: cover;
	background-position: 50% 50%;
}

#center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 4.5vw;
	font-family: "New Amsterdam", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: white;
	text-transform: uppercase;
}

#gunit {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
/* 	width: 100%;
	height: 100%; */
}
#div1 {
	grid-area: 1/1/2/2;
	background-color: rgba(170,158,192, 0.5);
}
#div2 {
	grid-area: 1/2/2/3;
	background-color: rgba(235,114,75, 0.5);
}
#div3 {
	grid-area: 2/1/3/2;
	background-color: rgba(108,128,230, 0.5);
}
#div4 {
	grid-area: 2/2/3/3;
	background-color: rgba(212,188,174, 0.5);
}
#div5 {
	grid-area: 3/1/4/2;
	background-color: rgba(112,99,124, 0.5);
}
#div6 {
	grid-area: 3/2/4/3;
	background-color: rgba(19,148,165, 0.5);
}

.headz {
	margin: 0;
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.blockz {
	text-align: justify;
	margin: 0;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
	
}

footer {
	width: 100%;
	background-color: black;
}

#footloose {
	margin: 0px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: clamp(0.6rem, 0.7vw, 0.7vw);
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-style: normal;
}