﻿body #cookie-bar {
    background: #091c30;
    padding: 5px 10px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    #cookie-bar #cookie-bar-prompt-button {
        color: #3ece8e;
    }

#cookie-bar #cookie-bar-button {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    border-radius: 40px;
    color: #ffffff;
    background-image: linear-gradient(270deg, #2bef98 0%, #3ece8e 100%);
    padding: 15px 20px;
    text-shadow: none;
}

#donate-iframe iframe {
    border: 0;
    width: 100%;
    height: 800px;
}