#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
}

#cookie-banner p {
  font-size: 12px;
  margin: 0;
}

html { scroll-behavior: smooth; }