#hudCookieAgreement {
        background-color: #ccc;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        bottom: 0;
        display: flex; justify-content: center;
        left: 0;
        padding: 1rem;
        position: fixed;
        right: 0;
        z-index: 999;
    }
    #hudCookieAgreement button {
        background-color: #fff;
        border: none;
        font-weight: bold;
        height: 48px;
        line-height: 48px;
    }
    #hudCookieAgreement p {
        margin: 0;
        padding: 0 1rem 0 0;
    }