@import url("https://fonts.googleapis.com/css2?family=Boogaloo&family=Caveat&family=Fuzzy+Bubbles&display=swap");

body {
  background: #749bb1 !important;
}
.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);
}
.title h2 {
  font-family: Boogaloo, cursive;
  color: #d9ad5e !important;
  font-size: 2.5rem;
}
.title.preview h2 {
  font-size: 24px;
}
.card-front .text {
  transform-origin: top center;
  word-wrap: break-word;
  color: #000;
  position: absolute;
  top: 20%;
  left: 50%;
  width: 280px;
  margin-left: -140px;
}
.card-front .text .to-wrap {
  text-align: left;
}
.card-front .text small.to {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  font-family: Caveat, cursive;
  text-align: left;
}
.card-front .text h4.to {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
  font-family: "Fuzzy Bubbles", cursive;
  text-align: left;
}
.card-front .message {
  color: #000;
  font-family: Caveat, cursive;
  font-size: 16px;
  text-align: left;
  max-width: 200px;
  max-width: 235px;
}
.card-front .text .from-wrap {
  margin-top: 7px;
  text-align: right;
  font-family: Caveat, cursive;
}
.card-front .text small.from {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  font-family: Caveat, cursive;
  text-align: right;
}
.card-front .text h4.from {
  color: #000;
  font-family: "Fuzzy Bubbles", cursive;
  font-size: 24px;
  text-align: right;
}
