/*========style.css========*/
/*--重設空隙--*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif; 
}

/*--(主標題)--*/
header {
        background-color: bisque;
        text-align: left;
        color: rgb(21, 192, 183);
        height: 50px;
        width: 100% ;
        line-height: 50px;
    }


/*--link1~4--*/
header ul {
        position:absolute;
        right:5vw;
        top: 0;
        line-height: 50px;
    }

/*--link1~4之間距--*/
header li {
        display: inline;
        margin-right: 4vw;
}

#container-text {
     text-align:center
}










/*頁尾1*/
#ft01 {  
    background-color: #1eace9;
    padding: 10px 0;
	text-align: center;
	margin-bottom: 0;
    color: white;
}

/*頁尾2*/
#ft02 {
    background-color: #E91E63;
    padding: 3px 0;
    text-align: center;
    color: black;
}