    #mailchimp{
        /* background:#fff; */
        clear:left;
        /* font:14px Courier,serif; */
        width: 100%;
        /* margin-left: 0;
        margin-right: 0; */
        margin-top: 25px;
        text-align: center;
    }

    #club-container {
        border: dotted 4px;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 120%;
        margin-bottom: 1em;
        margin-top: 2em;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    background: #edadad26;
     height:a ut   
    }

	.email {
        border-style: solid;
            width: 90%;
        /* margin-left: 120px; */
            height: 2em;
        /* font-style: Courier;
        font-weight: bold; */
        font-size: 1em;
        height: 47px;
        border-radius: 2px;
        border-width: medium;
        border-color: black;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-family: Courier;

	}

	.button {
        border-style: solid;
            position: relative;
        /* left: 79%;
        top: -55px; */
        height: 1.5em;
        font-size: 1.5em;
        -webkit-appearance: none;
        border-radius: 4px;
        border-width: medium;
        border-color: black;
        background: darkred;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        -moz-appearance: none;
        font-family: Courier;
        margin-top: .2em;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        min-width: 200px;

	}