* {
      box-sizing: border-box;
  }
  body {
      width: 100%;
      height: 100%;
  }
  .cookie-notification {
      position: fixed;
      background-color: rgba(0, 0, 0, .8);
      bottom: 0;
      width: 100%;
      color: white;
      padding: 15px;      
  }
  .cookie-notification p {
      color: white;
  }
  .cookie-notification_hidden_yes {
      display: none;
  }
  .cookie-notification__header {
      margin-bottom: 10px;
      font-size: 23px;
  }
  .cookie-notification__body {
      margin-bottom: 10px;
  }
