html {
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    display: block;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

.f1_card {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    padding: 90px 0px 40px 0px;
    background-image: url('https://golorewards-883620797.imgix.net/images/CardSlipFront.png?w=400');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.clientLogo {
    max-height: 100px;
    max-width: 330px;
}

.cardtop {
    height: 170px;
}

.cardImage {
    margin-left: auto;
    margin-right: auto;
    border-radius: 4%;
    width: 300px;
    height: 180px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Cookie Consent*/
#cookieConsentdiv {
    z-index: 2000;
    position: fixed;
    width: 400px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px 20px 30px;
    font-family: 'Century Gothic', sans-serif;
    box-shadow: 0px 3px 10px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    border-radius: 30px 30px 0 0;
}

    #cookieConsentdiv button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: none;
        background-color: green;
        padding: 10px 50px;
        margin-top: -5px;
        color: white;
        transition: all ease 0.5s;
    }

        #cookieConsentdiv button:hover {
            background-color: darkgreen;
        }

    #cookieConsentdiv h3 {
        font-size: 22px;
    }

    #cookieConsentdiv p {
        font-size: 13px;
    }

    #cookieConsentdiv a {
        color: gray;
        text-decoration: underline;
    }


.strokeme {
    color: white;
    text-shadow: -2px -2px 0 #cbcbcb, 2px -2px 0 #cbcbcb, -2px 2px 0 #000, 2px 2px 0 #cbcbcb;
}
