body{
  background-image:url("./background.jpg"); top center no-repeat #010101;
  background-attachment:fixed;
}

html {
  font-family: Helvetica;
  display: inline-block;
  max-width: 400px;
  margin: 0px auto;
  text-align: center;
}

p.text1 {
  background-color: #88888888;
  color: #ffffff;
}
