*{
    font-family: "微軟正黑體", "sans-serif";
    box-sizing: border-box;
/*    border: solid 1px black;*/
}

body, html{
    width: 100%;
/*    height: 3500px;*/
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
/*    color: black;*/
}
a img{
    border: 0px;
}

.header{
    width: 100%;
    height: 44px;
    background-color: #424242;    
}

.header-content{
    width: 1000px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header img{
    margin-left: 30px;
}

.footer{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #999
}
.footer h5{
    margin: 0px;
    letter-spacing: 4px;
}