#CookieBanner { display: none; }

.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  background: #f8f8f8;
  color: black;
  text-align: center;
}

  .cookie-banner p {
    font-size: 0.9em;
}

  .cookie-banner a {
    color: black;
  }

  .cookie-btn {
    background: #9c9c98;
    border: 0;
    color: white;
    padding: 0.375rem 2rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
  }