footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: #111;

}

.bottom center{
  padding: 7px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
