    .cookie-bar {
        position: fixed;
        overflow-y: scroll;
        max-height: 70%;
        width: 90%;
        bottom: 30%;
        text-align:center;
/*         height: 300px; */
/*         min-height: 300px; */
        line-height: 20px;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 10px;
        background: #eee;
    }
