/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

<style> 

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background-color: rgba(255,255,255,0.9) !important;
    margin: 0 auto;
    max-width: 800px !important;
    border: 2px #000 solid;
    padding: 20px;
    bottom: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
      margin: 0px !important;
}

</div>