*
{
margin: 0;
padding:0;	
}

body
{
	background-image: url("bg.jpg");
	height: 100vh;
	background-size: cover;
	background-position:center; 
}

.title
{
	position: absolute
	top: 50%;
	left: 30%;
	transform: translate(-50, -50%);
	
}

.title h1
{
	color: white;
	font-size: 60px;
	font-family:Times New Roman;
	position: absolute
	top: 50%;
	left: 30%;
	transform: translate(-50, -50%);
}

.middle
{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.btn
{
	position: relative;
	display: block;
	color: white;
	font-size: 16px;
	font-family: "montserrat"
	border: 2px solid #338033;
	border-color: white;
	padding: 14px 60px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 30px 5;
	border: 2px solid #338033;
	border-color: white;
}