.footer {
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  color: #fff;
  background-color: #79371f;
  bottom: 0;
  white-space: nowrap;
  padding-left: calc((100% - 1200px)/2);
}
.footer p {
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
}
.footer p a {
  color: #fff;
}

