    h1 {
        text-align: center;
    }

    form {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        max-width: 100%;
        margin: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    label {
        font-weight: bold;
    }

    input,
    select,
    textarea {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button {
        background-color: #4CAF50;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
    }

    button:hover {
        background-color: #45a049;
    }


    .donation-form {
        background-color: white;
        padding: 5px 12px;
        border-radius: 10px;
        width: 42%;
        position: relative;
    }

    h2 {
        text-align: center;
        color: #c5221e;
    }

    input,
    select,
    button {
        width: 100%;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    button {
        background-color: #cf2420;
        color: white;
        border: none;
        cursor: pointer;
    }

    button:hover {
        background-color: #000000;
    }

    button.close {
        background: transparent;
    }