body {
  color: white;
  background-image: url("bg_streams.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-family: Lato, Arial;
  text-align: center;
  margin: 20;
}

h1 {
  padding-top: 50px;
  color: white;
  font-size:50pt;
}

h2 {
  font-size:30pt;
}

p1 {
  margin-bottom: 20px;
}

div.gallery {
  margin-left: 65pt;
  margin-bottom: 20px;
  float: left;
  width: 270px;
  padding: 10pt;
}

div.gallery:hover {
  -webkit-box-shadow:0px 0px 100px 25px rgba(255,255,255,0.15);
-moz-box-shadow: 0px 0px 100px 25px rgba(255,255,255,0.15);
box-shadow: 0px 0px 100px 25px rgba(255,255,255,0.15);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
