.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-right: 10px;
  background: #10090B;
  font-size: x-large;
}

.footer a {
  color: #fff;
  line-height: 30px;
}

.footer a:hover {
  text-decoration: underline;
}
