body {
  margin: 0;
  font-family: 'Comic Sans MS', cursive, sans-serif;
  background: url('liv.png') no-repeat center center fixed;
  background-size: cover;
}

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.quote {
  position: absolute;
  top: 20%; /* adjust based on your image balloon */
  left: 5%; /* adjust based on your image balloon */
  width: 300px;
  padding: 15px;
  font-size: 18px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 15px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  text-align: center;
}

#livBtn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding: 12px 24px;
  font-size: 20px;
  background-color: deeppink;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

#livBtn:hover {
  background-color: hotpink;
}
