.more-button {
  width: 120px;
  height: 40px;
  background-color: #336699;
  text-align: center;
}
.more-button a {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 40px;
}
.link-button {
  width: 120px;
  height: 40px;
  text-align: center;
}
.link-button a {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 40px;
  cursor: pointer;
}