body {
  background: url('images/bg.jpg') no-repeat center bottom #000;
  background-size: 100% auto;    /* full width, keep aspect ratio */
  background-attachment: fixed;  /* keep pinned to viewport */
  font-family: 'Press Start 2P', Arial, serif;
  padding: 0;
  margin: 0;
}



h1 {
  font-size: 53px;
  margin-bottom: 34px;
  text-transform: uppercase;
  color: #3FBFFF;
}

h2 {
  font-size: 45px;
  margin: 0;
  color: #08415C;
}

p {
  font-size: 11px;
  color: #fff;
  padding-top: 56px;
  margin: 0;
}

.foxtrotfooter {
  font-size: 26px;
  color: orange;
  margin-top: 28px;
  display: block;
}
