* {box-sizing: border-box;}

body {
width:100%;
margin:0 auto;
font-family:微軟正黑體,sans-serif;
font-size:1rem;
color:#1799CD;
background:#fff url('../images/style/bg.jpg') no-repeat center;
background-size:cover;
}



h1 {padding:0;margin:0;font-size:3rem;font-weight:700;color:#fff;text-shadow: 0px 0px 10px rgba(0,0,0,0.8);}

a {color:;text-decoration: none;font-weight:;}

img {max-width:100%;}


article {font-size:2rem;border-radius:5px;width:80%;margin:20px auto;padding:20px 5%;text-align:center;overflow:hidden;background:rgba(255,255,255,0.5);}

article ul {list-style:none;display: inline-block;margin:0;padding:0;}

article li {float:;margin:;width:;}
article li:last-child {margin-right:0;} 

section {margin:20px auto;font-style: italic;font-weight:700;text-shadow:0px 0px 10px rgba(255,255,255,1.0),0px 0px 10px rgba(255,255,255,1.0),0px 0px 10px rgba(255,255,255,1.0),0px 0px 10px rgba(255,255,255,1.0),0px 0px 10px rgba(255,255,255,1.0);}

footer {
width:;
margin:0px auto;
padding:10px 0;
background:#2a2a2a;
text-align:center;
color:#ddd;
}


