.donation-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.donation-page {
  justify-items: center;
}
.donation-page p a:link {
  text-decoration: none;
  color: aquamarine;
}

.donation-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.donation-items {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  color: whitesmoke;
  text-align: center;
  border: 3px solid black;
  border-radius: 5px;
  padding: 5px 10px;
}

.donation-remarks {
  width: 90%;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border: 1px solid darkgray;
  border-radius: 2px;
  color: antiquewhite;
}

.donation-page h2 {
  color: antiquewhite;
}

.item-desc {
  margin: 7px 0 3px 0;
}

.donation-images {
  width: 200px;
}
