.cookie-popup {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #d3d3d3; /* light gray background */
  padding: 10px;
  text-align: center;
  z-index: 1000;
}

.cookie-popup p {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #000;
}

#cookie-accept {
  background-color: #4b86b4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 20px; /* rounded corners */
}

  
  