body { 
	margin: 0;
	padding: 0px;
	background-image: url("./../images/background.jpg"); 
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100%;
	display: grid;
}
*{
	font-family: "Areal", Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
	color: #fff;
}

a {
	color: #fff;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover, a:active {
	color: #28c9aa;
}

.content {
	margin: auto;
}
img {
	height: 200px;
	margin-bottom: 50px;
}
.box {
	margin-top: -100px;
	text-align: center;
	max-width: 600px;
}
.box .main {
	padding-top: 50px;
}
.footer {
	padding-top : 20px;
}