*{
	margin: 0px;
	padding: 0px;
	
}
header{
	background-image: url("wall1.jpg");
	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: 50vw;
	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;
}
.content{
	text-decoration: none;
	text-align: center;
	width: 70vw;
	float: left;
	position: absolute;
	top: 35vh;
	left: 50vw;
	transform: translate(-50%,-50%);
	color: rgb(255, 255, 230);
	margin-left: 2vw;
	font-size: 3.5vw;
}
