
body {
font-family: "Microsoft JhengHei", sans-serif;
line-height: 1.9;
background: #fff;
color: #333;
text-align: left;
margin: auto;
padding: 20px;
}
h2 {
color: #d36da8;
margin-top: 40px;
text-align: left;
}
.fancy-img {
position: relative;
display: block;
margin: 18px 0;
overflow: hidden;
border-radius: 16px;
background: linear-gradient(135deg, #ffcad4, #f3c5ff);
padding: 6px;
max-width: 420px;
}
.fancy-img img {
width: 100%;
border-radius: 12px;
box-shadow: 0 8px 18px rgba(0,0,0,0.15);
transition: transform 0.4s ease, filter 0.3s ease;
}
.fancy-img:hover img {
transform: scale(1.03);
filter: brightness(1.05);
}
.fancy-caption {
text-align: left;
margin-top: 6px;
font-size: 15px;
color: #d36da8;
font-weight: bold;
letter-spacing: 1px;
}
hr {
border: 0;
border-top: 3px dashed #f8a5c2;
margin: 30px 0;
}
table {
border-collapse: collapse;
width: 100%;
margin: 20px 0;
font-size: 15px;
}
table td {
padding: 8px;
border: 1px solid #f3c5ff;
}
table tr:nth-child(odd) {
background: #fff8fa;
}

