body {
  background: linear-gradient(135deg, #ffe1ea, #fff6f9);
  min-height: 100vh;
}

.card {
  max-width: 420px;
  margin: 40px auto;
  background: white;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  text-align: center;
  font-family: Arial, sans-serif;
}

.gif {
  width: 240px;
  border-radius: 14px;
  margin: 14px 0;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

button {
  border: none;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 18px;
  cursor: pointer;
}

.yes {
  background: #ff4d7d;
  color: white;
  font-weight: bold;
}

.no {
  background: #f2f2f2;
}
