:root {
  --UBCF_Pink: #fbb6ce;
  --UBCF_Dark_Pink: #e185afff;
  --UBCF_White: #ffffff;
  --UBCF_Black: #000000;
  --UBCF_Purple: #757bbd;
  --UBCF_Font_Color: #212121;
}
body {
  background-color: var(--UBCF_White);
  color: var(--UBCF_Font_Color);
}
.header_logo {
  width: 120px;
}
footer p {
  text-align: center;
}
.text-body-secondary,
.text-body-secondary p {
  color: var(--UBCF_White);
}
.bg_pink {
  background-color: var(--UBCF_Pink);
}
.bg_white {
  background-color: var(--UBCF_White);
}
.bg_purple {
  background-color: var(--UBCF_Purple);
}
.bg_black {
  background-color: var(--UBCF_Black);
}
button {
  border-width: 0px;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w55 {
  width: 55%;
}
.w60 {
  width: 60%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.w100 {
  width: 100%;
}
a {
  color: var(--UBCF_Pink);
  text-decoration: none;
}
.main-heading-button {
  font-size: 27px;
  font-weight: 400;
}
.sub-heading-button {
  font-size: 20px;
  color: var(--UBCF_White);
  font-weight: 100;
}
#your-support-matters p {
  margin-bottom: 2rem;
  line-height: 2rem;
}
