h1 {
text-align: center;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 88px;
margin:50px 50px 0px;
padding-bottom:0px;
}

p {
  color: #212121;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  padding-top:0px; margin-top:0px;
}

a:link {
  color: #3284c2;
  text-decoration: none; 
}

a:visited {
  color: #3284c2;
  text-decoration: none; 
}

body {
  background-image: url("bg.png");
  background-repeat: repeat;

}

  img {
  display: block;
  margin: auto;
}
