@import url("https://fonts.googleapis.com/css2?family=Mali:wght@300;400;500;600&display=swap");

body {
  font-family: "popines", sans-serif;
 background-image: url(360_F_248065175_UKqGpkZFZG3mPBKKKpxseqS6VlIlmzq7.jpg);
 background-position: center;
 background-size: cover;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h1{
    color: #fff;
    font-size: 2rem;
}
img{
    width: 290px;
    height: 270px;
    margin-top: 40px;
}
h4{
    color: #fff;
}

.container {
  text-align: center;
}

.valentine-image {
  width: 300px; /* Adjust the width as needed */
  border-radius: 10px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 5px;
}

#yesButton {
  background-color: #eb134d;
  font-size: 1.5rem;
}

#noButton {
  background-color: #3817e0;
  font-size: 1.5rem;
}

#yesButton:hover {
  background-color: #e2047e;
}

#noButton:hover {
  background-color: #14199b;
}

#responseMessage {
  margin-top: 20px;
}