.intro p {
  margin-top: 50px;
  line-height: 2.2rem;
  letter-spacing: 1.8px;
  padding: 0px 100px;
}

@media (max-width: 576px) {
  .intro p {
    padding: 0px 20px;
  }
}

.intro h1 {
  color: #2a4158;
  text-transform: uppercase;
  letter-spacing: 15px;
}

@media (max-width: 576px) {
  .intro h1 {
    letter-spacing: 10px;
  }
}

hr {
  margin-top: 40px;
  width: 100px;
}

.donation-image {
  padding: 100px;
  width: 100%;
  background: url("../images/mountains.jpg");
  background-position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px) {
  .donation-image {
    padding: 50px 20px;
  }
}

.widget {
  max-width: 1000px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  width: 100%;
}

.blur-div p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1.8rem;
  letter-spacing: 2px;
}

.blur-div i {
  font-size: 5rem;
}

.items div {
  color: rgba(255, 255, 255, 0.8);
}
.items div:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 2px 4px 10px rgb(255, 255, 255, 0.5), 0 0 25px rgb(255, 255, 255, 0.5),
    0 0 30px rgb(255, 255, 255, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 700px;
  width: 90%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-item {
  display: none;
}

.st-btn {
  display: block;
}
