body {
font-family: 'Open Sans', sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f4f4f4;
color: #333;
}
.container {
background-color: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1, h2, h3 {
text-align: center;
font-family: 'Noto Serif TC', serif;
color: #222;
}
h1 {
font-size: 36px;
margin-bottom: 20px;
}
h2 {
font-size: 28px;
margin-bottom: 10px;
}
h3 {
font-size: 24px;
margin-top: 30px;
margin-bottom: 10px;
}
p {
text-indent: 2em;
font-size: 18px;
margin-bottom: 15px;
}
.info, .contact, .funeral {
margin-top: 20px;
}
.qr-code {
text-align: center;
margin-top: 20px;
}
.qr-code img {
width: 150px;
height: 150px;
}