@charset "utf-8";
/* CSS Document */


htel {
margin:0;
padding:0;
font-size:16px
}

body {
font-family:"Varela Round","sans-serif","微軟正黑體";
margin:0 auto;
font-size:16px;
    /* position:relative; */
	 width:100%;
	 height:100%;
	 
	  background-image:url(../background.jpg);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: center;
            background-size: cover;
	
}

.loader {
	    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50% , -50%);
	 

}


.loader h1 {


	    font-size: 1.6em; 

}
.loader h2 {
	 font-weight:500;


	    font-size: 1.2em; 

}