body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90%;
  background-image: url("https://i.ytimg.com/vi/IMHk2IFV5KU/maxresdefault.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
footer {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 99%;
}
footer i {
  color: #f00;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
