.donor-button{
 margin-top:50px !important; 
  background-color: #FB3640; /* set background color */
  border: none; /* remove button border */
  color: white; /* set text color */
  border-radius:25px;
  padding: 12px 24px; /* set button padding */
  text-align: center; /* center button text */
  text-decoration: none; /* remove underline */
  display: inline-block; /* set display type */
  font-size: 16px; /* set font size */
  margin: 8px 4px; /* add margin */
}

.donor-button:hover{
 background-color:#ffff;
 border-radius:25px;
  cursor: pointer; /* add hover effect */
  border:1px solid #FB3640;
  color:#FB3640;
  
}

.breadcrumb-contact{
 color: #ffff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  
}

.breadcrumb-contact a{
  color: #ffff !important;
}

.breadcrumb-contact-home{
 color: #ffff;
  font-size: 42px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  
}

.breadcrumb-contact-home a{
  color: #ffff !important;
}