body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  height: 100%;

}

html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:  #ffffff;
}

h1 {
margin: 0;
padding-top: 20px;
}


.bg {
height: 100%;
text-align: center;
background-color: rgba(0, 0, 0, 0.2);
}



.load
{
  margin-top: 10%;
}
