body {
  background-color: #cde9fa;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  text-align: center;
}

h1 {
  color: #1e6fa3;
  margin-bottom: 20px;
}

.note {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.closing {
  font-weight: bold;
  font-size: 17px;
  color: #444;
  margin-bottom: 25px;
}

.music {
  margin-top: 20px;
  font-style: italic;
}