.donatebutton a {
  background: #5387ce;
  color: #ffffff !important;
  padding: 0 10px !important;
  line-height: 30px !important;
  height: 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: all 0.3s ease;
  margin-right:10px;
}

.donatebutton a:hover {
  background: #3f6fb3;
  color: #ffffff !important;
  text-decoration: none;
}