@charset "utf-8";
body{
    background-size: cover;
    background-image:linear-gradient(#92cb97,#e2eba3);
    background-color:lightgreen;
    }
header{
    text-align:center ;
    background-position:center 50% ;
    background-size:cover ;
    }
footer{
    text-align:center ;
    }
ul{
    list-style-type: none;
    }
article{
    width: 70%;
    }
aside{
    width: 30%;
    }
a{
    text-decoration:none;
    color: aqua;
}
p {
    line-height: 2;
}
#a{
    color: blue;
}        
/*header*/
.page header{
    display: flex;
    justify-content: space-between;
    }
/*header的div*/
.div header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    
    }
/*下拉式選單 沒了*/
#li1{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;
}
#li2{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;  
}
#li3{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;  
}
#li4{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;  
}
#li1:hover{
    color: aquamarine;
    background-color: #80a491;
}
#li2:hover{
    background-color: #80a491;
}
#li3:hover{
    background-color: #80a491;
}
#li4:hover{
    background-color: #80a491;
}

/*頁首導覽列格式*/
.nav ul{
    display: flex;
    justify-content:flex-start;       
    margin-left: 0%;
    margin-bottom:0px ;
    background-color: #95b58d;
    border-color:#8aa7a1;
    border-style:solid;
    font-size:20px;
}
/*article 的div*/
.div{
    display: flex;
    justify-content: space-between;
    margin:0 150px 0 150px ;
    margin-bottom: 50px;
    }
/*top的div*/
#TOP{
    margin:0% auto;
    background-color:#c2d28a;
    border-color:#8aa7a1;
    border-style:solid;
    padding:0px; 
    }
/*頁尾*/
#bottom{
    background-image: url(圖片/倉鼠2.gif);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    padding: 26px 0;
    padding: 5px;
    }
/*圖片*/
#img{
    width: 100%;
}
#img2{
    width: 50%; 
}
#img3{
    width:100%;
}
/*line*/
#line{
    width: 85% ;
    height: 100%;
}
/*qrcode*/
#qr{
    width: 85% ;
    height: 100%;
}
/*line置中對齊*/
#p{
    list-style-type: none;
    display:column;
    justify-content: center;
}
/*邊攔div*/
#side{
    width:100%;
    background: #06c755;
    margin-left: 50px;
}
/*讚*/
#like{
    position: fixed;
}
/*字首放大*/
#p1:first-letter{
    font-size: 500%;
}
 