body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Serif', serif; /* Font thân bài */
  background-image: url('background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Tiêu đề thư pháp */
h1 {
  font-family: 'Noto Serif', serif;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Phần nội dung */
.content {
  background-color: rgba(0, 0, 0, 0.5); /* Nền mờ cho dễ đọc chữ */
  padding: 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 90%;
  line-height: 1.6;
  font-size: 1.2em;
}

/* Âm thanh */
audio {
  margin-top: 20px;
}
