*{
	margin: 0px;
	padding: 0px;
	
}
header{
	background-color: rgb(219, 219, 240);
	background-image: url("back.PNG");
	background-size: cover;
	background-position: center;
	height: 100vh;
	max-width: 100vw;
	color: black;
}
.main{
	max-width: auto;
	margin: auto
}
.title{
	position: absolute;
	top: 6vh;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color :white;
	width: 100vw;
	font-size: 3vw;
}
.back{
	text-decoration: none;
	color: white;
	position: absolute;
	top: 6vh;
	left: 6vw;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 3vw;
	font-family: "Tangerine", serif;
}

.pic{
	
}
.contact{
	object-fit: cover;
	position: absolute;
	top: 15vh;
	left: 50vw;
	transform: translate(-50%,-50%);
	max-width: 40vw;
	max-height:25vh; 
	object-fit: cover;
}
.form{
	object-fit: cover;
	position: absolute;
	top: 57vh;
	left: 50vw;
	transform: translate(-50%,-50%);
	max-width: 80vw;
	max-height:65vh; 
	object-fit: cover;
}
.linkbox{
	object-fit: cover;
	position: absolute;
	top: 87vh;
	left: 50vw;
	transform: translate(-50%,-50%);
	max-width: 80vw;
	max-height:65vh; 
	object-fit: cover;
}
.linkedin{
	max-width: 10vw;
	max-height:10vh;
	object-fit: cover;
	position: absolute;
	top: 45vh;
	left: 35vw;
	transform: translate(-50%,-50%);
}
.github{
	max-width: 11vw;
	max-height:11vh; 
	object-fit: cover;
	position: absolute;
	top: 45vh;
	left: 45vw;
	transform: translate(-50%,-50%);
}
.gmail{
	max-width: 10vw;
	max-height:10vh; 
	object-fit: cover;
	position: absolute;
	top: 45vh;
	left: 55vw;
	transform: translate(-50%,-50%);
}
.facebook{
	max-width: 12vw;
	max-height:12vh;
	object-fit: cover;
	position: absolute;
	top: 45vh;
	left: 65vw;
	transform: translate(-50%,-50%);
}
.pic5{
	max-width: 15vw;
	max-height:15vh; 
	object-fit: cover;
	position: absolute;
	top: 85vh;
	left: 77vw;
	transform: translate(-50%,-50%);
}
.footer{
	text-align: center;
	background-color: rgb(217, 217, 217);
	font-size: 1.2vw;
}
