.donor-notice {
  background-color: #faf5e6; /* Subtle background */
  border: 1px solid #e6d9b9; /* Complementary border color */
  border-radius: 5px;        /* Slight rounding on corners */
  padding: 16px;             /* Space inside */
  margin: 16px 0;            /* Space above and below */
  font-size: 1.4rem;           /* Easy-to-read text size */
  line-height: 1.5;          /* Comfortable line spacing */
  text-align: center;        /* Centered text */
  color: #333;               /* Dark text for contrast */
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Soft shadow for emphasis */
  font-weight: bold;
}
