@import url("https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans:wght@700&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Josefin Sans", sans-serif;
}
button {
  background: rgb(161, 115, 55);
  border-color: transparent;
}
.mainhead {
  color: white;
  font-size: 100px;
  text-align: center;
  margin-top: 220px;
}
.head {
  color: white;
  font-size: 18px;
  text-align: center;
}

.donation {
  display: flex;
  text-align: center;
  width: auto;
  justify-content: center;
}
.donation .donation_class {
  background-color: white;
  margin: 5px;
  width: 500px;
  padding: 70px;
  padding-top: 30px;
  line-height: 50px;
  color: rgb(99, 99, 99);
  position: relative;
  border-radius: 10%;
}

.donation .donation_class h3 {
  color: rgb(116, 70, 28);
  font-size: 36px;
  margin-top: 0px;
}
.donation .donation_class .donation_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto;
  background: white;
}
.donation .donation_class .donation_icon img {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.donation .donation_class button .donation_button {
  padding: 10px;
}
.donation .donation_class button .donation_button a {
  text-decoration: none;
  color: white;
}
