.padding p {
  color: white;
  font-size: 7rem;
}

#noPad {
  padding: 0;
}

.giving-button {
  background-color: rgb(25, 0, 25);
  border: none;
  padding: 1rem 2rem;
  margin-top: 1rem;
  height: auto;
  width: auto;
}
.giving-button a {
  color: rgb(180, 151, 124);
  font-size: 3rem;
  font-family: philosopher, sans-serif;
  text-decoration: none;
}

.button-holder {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 7768px) {
  .padding p {
    font-size: 2rem;
  }
}
ul {
  list-style-type: none;
}

ul li {
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  color: rgb(68, 48, 34);
  text-align: center;
  margin: 0;
  padding: 1rem 1rem;
}

ul li a {
  font-family: "Philosopher", sans-serif;
  font-size: 1rem;
  color: rgb(50, 0, 50);
  text-align: center;
}/*# sourceMappingURL=giving.css.map */