@charset "utf-8";
/* CSS Document */

body {
    background-image: url("bg-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 30%;
}
*{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}
div {
    clear: both;
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
    margin-top:200px
}

h1, a {
	color: #fff;
}
h1 {
    font-size: 45px;
    font-weight: 300;
    font-style: normal;
}
p {
    font-size:18px;
}