﻿.footer {
  width: 100%;
  height: 140px;
  background-color: #14356f;
}
.footer p {
  text-align: center;
  color: #9a8b75;
  font-size: 14px;
  line-height: 140px;
}
.footer p a {
  color: #9a8b75;
  transition: 0.3s;
}
.footer p a:hover {
  color: #ff8143;
}