#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #B8B8B8;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  font-family: sans-serif;
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
#cookie-banner p {
  margin: 0;
  font-size: 14px;
  flex: 1;
}
#cookie-banner button {
  margin-left: 10px;
  padding: 6px 12px;
  border: none;
  background: #303030;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

a{
  color: #152238;
  text-decoration: underline;
  font-size: 18px;
}
