    * {
            box-sizing: border-box;
        }
        body {
            width: 100%;
            height: 100%;
        }
        .cookie-notification {
            position: fixed;
            background-color: rgba(0, 0, 0, 0.8);
            bottom: 0;
            width: 100%;
            color: white;
            padding: 15px;
            text-align: center;
        }
        .cookie-notification_hidden_yes {
            display: none;
        }
        .cookie-notification__header {
            margin-bottom: 10px;
            font-size: 23px;
        }
        .cookie-notification__body {
            margin-bottom: 10px;
        }
        .cookie-notification__body p {
            font-size: 14px;
            color: rgb(250, 235, 215);
            
        }
        .cookie-notification__body a {
            font-size: 14px;
            color: rgb(241, 155, 41);
            
        }
