.gradient-color {
    background: #031293;
    background: -moz-linear-gradient(-45deg, #031293, #0074da);
    background: -webkit-linear-gradient(-45deg, #031293, #0074da);
    background: linear-gradient(135deg, #031293, #0074da);
}
.reflection-text:not(.reflection-text-white)::after {
    background: url(../../images/line-break/line-break-10.svg) no-repeat;
}
.donate-btn {
    border: 2px solid #FFFFFF;  /* This adds a 2px solid orange border */
    padding: 5px 15px;         /* Optional: This gives it some space inside the border */
    border-radius: 5px;        /* Optional: This rounds the edges of the border */
}

.donate-btn:hover {
    background-color: #FFFFFF; /* Change background on hover to orange */
    color: #000000;               /* Change text color to white on hover */
    text-decoration: none;     /* Removes the underline on hover */
}