@import url("https://fonts.googleapis.com/css2?family=Sail&family=Playfair+Display&display=swap");

body {
  background: #f16873 !important;
}
.title h2 {
  font-family: Sail, cursive;
  font-size: 3rem;
}
.title.preview h2 {
  font-size: 24px;
}
.card-front,
.card-back {
  box-shadow: 0px 4.03005px 4.03005px rgba(0, 0, 0, 0.15),
    inset 0px -1.12044px 2.24088px rgba(0, 0, 0, 0.25),
    inset 0px 2.24088px 2.24088px rgba(255, 255, 255, 0.25);
}
.card-front .text {
  transform-origin: top center;
  word-wrap: break-word;
  padding: 0;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", cursive;
  position: absolute;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  margin-top: 0;
  margin-bottom: 0;
  top: 24%;
  bottom: 40px;
}
.card-front .text small.to {
  color: #b79c32;
  font-size: 13px;
}
.card-front .text h4.to {
  color: #c2272b;
  font-size: 20px;
  margin-bottom: 0;
}
.card-front .message {
  color: #b79c32;
  font-size: 12px;
}
.card-front .text .from-wrap {
  margin-top: 25px;
}
.card-front .text small.from {
  color: #b79c32;
  font-size: 13px;
}
.card-front .text h4.from {
  color: #c2272b;
  font-size: 14px;
}
