ul {
  list-style: none;
  padding: 0;
}

.donate-buttons {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 100;
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}

.donate-buttons li {
  margin: 0;
}

.donate-buttons a {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.donate-buttons li {
  position: relative;
  transition: all 300ms ease-in-out;
}

.donate-buttons li:hover {
  transform: scale(1.2);
}
