body {
  background-color: black;
  color: white;
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  text-align: center;
  background-color: black;
  width: 100%;
  height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  text-align: center;
  background-color: black;
  width: 100%;
  height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  transform: .2s;
}