html {
  background-color: #fffffb;
  background-image: url("/2025-valentines-day/textured-paper.png");
}

body {
  font-family: 'Caveat', cursive;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 32px;
  font-size: 1.5em;
}

img {
  max-width: 100%;
  height: auto;
  border: 32px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 64px 0;
}

.content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.sign-off {
  margin-top: 48px;
  text-align: left;
}

.chinese {
  font-family: 'Caveat', cursive;
  font-size: 1em;
}
