img {
  max-width: 100%;
}
.DonateSection
{
	width: 100%;
    padding: 30px;
}
.DonateSection a
{
	float: right;
    background-color: #2b0103;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: bold;
}
.DonateSection a:hover
{
	background-color:#2b0103eb;
}

.text-center
{
	padding:55px;
	text-align:center;
	color:#2b0103;
}

