#gdprCont {
      position: fixed;
      left: 15px;
      bottom: 15px;
      z-index: 2000;
      max-width: 360px;
      padding: 20px;
      background-color: #286eb8;
      color: #fff;
      font-size: 15px;
    }
    #gdprCont a {
      color: #fff;
    }
    .gdprButt {
      display: block;
      color: #fff;
      padding: 7px 0;
      margin-top: 15px;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      background-color: #C4483E;
      transition: background-color .5s ease;
      cursor: pointer;
    }
    .gdprButt:hover {
      background-color: #5fc43e;
    }