div {
position: relative;

}

div.footer {
  font-size: 9pt;
  font-style: italic;
  color: white;
  line-height: 12pt;
  text-align: center;
  padding-top: 0pt;
  }


  body {
  background: linear-gradient(rgba(0, 85, 255, 0.5),
  	rgba(0, 85, 255, 0.5)
 	),
  url("http://lorempixel.com/q/400/200/city/") fixed 10% / cover;
  /*background-size: cover;*/
  text-align: center;
  /*max-width: 600px;*/
  margin: 0 auto:
  }
  
  h1 {
  font-family: helvetica;
  font-size: 150px;
  color: white;
  text-align: center;
    
  }
  
  h2 {
  color: red;
  text-align: center;
  margin: 120px 0 0 0;
  }
  
  span {
   color: red;
  }
  
  p {
  color: white;
  text-align: center;
  }
  
  form {
  margin: 0px;
  }
  
  input {
    padding: 5px;
    margin: 5px;
    text-align: center;
    /*bottom: 0;*/
    }
  
  
  input[type="submit"] {
    background: red;
    color: white;
  }
   