.footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.links {
  margin-bottom: 8px;
}
.link {
  margin-right: 40px;
  color: rgba(0, 0, 0, .45);
  font-size: 13px;
}
.copyright {
  color: rgba(0, 0, 0, .45);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}
.contract {
  margin-right: 0;
}