body {
  background: url('https://i.imgur.com/4JXYEda.png') repeat;
  background-size: 900px; /* Adjust size as you like! */
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #6d406b;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  background-color: rgba(255, 255, 255, 0.8); /* soft white overlay */
  padding: 50px 20px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0 20px #ffcce5;
}

h1 {
  font-size: 2.5rem;
  color: #ff82ac;
  text-shadow: 1px 1px #fff;
  margin-bottom: 30px;
}

.bunny {
  width: 200px;
  border-radius: 20px;
  box-shadow: 0 0 10px #ffb6c1;
  margin-bottom: 30px;
}

nav {
  margin: 30px 0;
}

.jelly-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffcce5;
  color: #6d406b;
  font-weight: bold;
  text-decoration: none;
  border-radius: 25px;
  margin: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px #ff99cc;
}

.jelly-button:hover {
  transform: scale(1.1);
  background-color: #ffb6d1;
  box-shadow: 0 6px #ff82ac;
}

footer {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #b8709d;
}
