.mc-btn {
  background: #3c8527;
  border: 2px solid #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 #222;
  transition: all 0.15s ease;
}

.mc-btn a {
  color: white;
}
.mc-btn a:hover {
  text-decoration: none;
}

.mc-btn:hover {
  background: #4caf50;
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 #222;
}

.mc-btn:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 #222;
}
