@charset "utf-8";
main {
    width: 1500px;
    height: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 30;
    background-color: #E7A74C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lsec {
    width: 40px;
    background-color: #80E2EB;
    float: left;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 5px dotted rgba(245,240,240,1.00);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    color: #F8F3F3;
    border: 0px none rgba(245,244,249,1.00);
    background-color: rgba(98,78,180,1.00);
    background-size: 0px 0px;
    text-align: center;
    border-radius: 20px;
}


.wline {
    margin: 40PX;
    padding: 30px;
    border: 10px solid #F9F7F7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    -webkit-box-shadow: 5px 5px 5px;
    box-shadow: 5px 5px 5px;
}

.rsec {
    width: 45%;
    background-color: #63C158;
    float: right;
    height: 500px;
}
body {
    background-color: rgba(239,203,223,1.00);
}

p {
    text-align: justify;
    text-indent: 2em;
    line-height: 1.6em;
    font-family: "Noto Sans TC";
    font-size: large;
    color: rgba(48,43,70,1.00);
}
