body {
  background: linear-gradient(135deg, #000000, #1a1a2e, #000000);
}

.content-container {
  background-color: #ebbcdd;
}
.animate__heartBeat {
  --animate-repeat: 2;
}

.love-element,
.content-p {
  color: #c562a3;
  font-weight: 500;
}

.love-element,
#result-heading {
  font-family: "Sacramento", cursive;
  font-weight: 600;
}

h2,
button,
#emoji {
  font-family: "Playfair", serif;
}

button {
  background-color: #94467d;
  font-size: larger;
}

button:hover {
  background-color: #792461;
}
