.custom-button {
  display: inline-block;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.custom-button:hover {
  background-color: #ffffff;
  color: #000000 !important;
}
