body {
  background-image: url('../pix/safefuck2.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

h1 {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eee;
  padding: 15px 10px;
  text-align: center;
  z-index: 999;
  font-family: sans-serif;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
}

#cookie-banner button {
  margin: 0 8px;
  padding: 8px 16px;
  border: none;
  background-color: #333;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

#cookie-banner button:hover {
  background-color: #555;
}