body{
        font-family: "Century Gothic","微軟正黑體" ;
        font-size: 50px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        line-height: normal;
    }
table {
    border-collapse: collapse;
    width: 100%;
    }       
.imgcir{
    border-radius:50%;
    }
th, td {
    border-bottom: 1px solid #FFFFFF;
    }
tr:nth-child(even) {
    background: #FFE4E1
    }
tr:nth-child(odd) {
    background:  #E6E6FA
    }

