
/*
    ammpe footer CSS
*/

/*global*/

.footer {
  background-color: #b28956;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  font-family: "noto sans tc",sans-serif;
  letter-spacing: 0.12em;
  line-height: 1.414;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-spacing: 5px;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
    .footer p {
      margin: 0 auto;
    }
