*{
   font-family: 微軟正黑體;
   text-align: center;
   
}

table td,
table th {
    text-align: left;
}

.intro {
    width: 600px;         
    line-height: 1.5;      
    word-break: break-all; 
    margin: 6px auto;      
}

body{
    background-color: #f8e9ee;
}

a {
	padding-right: 10px;
        padding-left: 10px;
        color: #df659a;
}

img.anime {
    display: block;           
    width: 250px;           
    height: auto;            
    max-width: 100%;          
    border-radius: 8px;       
    object-fit: cover;       
    margin: 0 auto 10px auto;
}



