#gdprCont {
      position: fixed;
      left: 15px;
      bottom: 15px;
      z-index: 2000;
      max-width: 360px;
      padding: 20px;
      background-color: #344e56;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
    }
    #gdprCont a {
      color: #fff;
      text-decoration: none;
    }
    #gdprCont a:hover {
      text-decoration: underline;
    }
    .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: #a82525;
      transition: background-color .5s ease;
      cursor: pointer;
    }
    .gdprButt:hover {
      background-color: #50a825;
    }