body {
  background: #f2e9e4; /* soft vintage cream */
  font-family: 'Merriweather', serif;
  color: #2e1f1c;
  margin: 0;
  padding: 40px;
}

h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
}

.note {
  background: #fff8f0;
  border: 1px solid #d6b9a8;
  padding: 20px;
  margin: 20px auto;
  width: 90%;
  max-width: 600px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.note img {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  border: 4px solid #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9em;
  color: #5c4033;
}