﻿    .cookie-footer{
            position: fixed;
            bottom: 0;
            background-color: rgb(17, 17, 17);
            opacity: 0.9;
            left: 0;
            z-index: 9999;
            width:100%;
            padding-bottom:20px;
            padding-top:20px;
            box-shadow:rgb(0, 0, 0) 0px 0px 8px;
            text-align:center;
    }

    .cookie-footer > p {
        color:white;
        text-align:center;
        padding-top: 10px;
    }