
.top-hero-donate {
  background-image: url("../img/world-kids.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 43%;
}

.outlined-text {
  font-size: 2em;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

.world-bg {
  background: url("../img/bg2.png");
  background-color: transparent;
  background-position-x: center;
  background-repeat: no-repeat;
}

