body {
  font-family: "Bangers";
  background-color: #000;
  color: #fff;
  font-size: 34px;
  text-align: center;
  background-image: url('../img/starfield.png');
  margin: 0;
}
a {
  color: #0000FF;
}
a:visited {
  color: #0000FF;
}
.bunny {
  position: fixed;
  bottom: -400px;
  right: 100px;
  margin: 0 auto;
}
.bunny .bubble {
  display: none;
  position: relative;
  height: 250px;
  width: 401px;
  padding-bottom: 150px;
}
.bunny .bubble img {
  position: absolute;
  right: 0;
  bottom: 150px;
}
.bunny .bubble .bubbleText {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  padding: 20px;
  height: 230px;
  width: 400px;
}
.mainContent {
  position: relative;
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  min-width: 900px;
}
.logoLinks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 800px;
  height: 300px;
}
.logoLinks .appStore {
  position: absolute;
  right: 20px;
  top: 20px;
}
.moreFeatures {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #00ff28;
  font-family: "Rock Salt";
}
.moreFeatures ul {
  font-family: "Alegreya Sans";
  font-size: 20px;
  text-align: left;
  color: white;
  width: 500px;
  margin: auto;
}
.features {
  zoom: 1;
  margin: 0 auto;
  padding-top: 10px;
  width: 900px;
}
.features:before {
  content: '';
  display: block;
}
.features:after {
  content: '';
  display: table;
  clear: both;
}
.features .feature {
  float: left;
  padding: 20px;
  width: 250px;
}
.featureTitle {
  font-size: 18px;
  color: #00ff28;
  font-family: "Rock Salt";
}
.featureDesc {
  font-size: 20px;
  font-family: "Alegreya Sans";
}
.featureByLine {
  font-size: 18px;
  font-family: "Alegreya Sans";
}
.reviews {
  padding-top: 10px;
}
.reviews a {
  color: #93baff;
}
.reviews a:visited {
  color: #93baff;
}
.sun {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
.sun img {
  width: 1000px;
}
.footer {
  font-family: "Rock Salt";
  font-size: 12px;
  background-color: rgba(200, 200, 200, 0.75);
  margin: 20px 0 0 0;
}
