.charity_content_wrapper {
    background-color: #f6f6f6;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

.charity_content_wrapper {
    padding: 0;
    border-radius: 10px;
    background-color: #f6f6f6ee;
    width: 100vw;
    position: relative;
}

.buttonload {
    background-color: #1e3d54; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 16px; /* Some padding */
    font-size: 16px; /* Set a font size */
    width: 100%;
    display: none;
  }
