body{
	background: #295339 url(../images/bg.png) bottom -250px left -150px no-repeat;
}

.logo{
	width: 200px;
	height: auto;
}

h1{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 40px;
	margin-bottom: 25px;
	color: #1E223D;
}


p{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400 ;
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
}
a{
	display: block;
	width: 70px;
	height: auto;
}

.container{
	height: 100vh;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}