@charset "utf-8";
@import url("ChenYuluoyan_Thin_Monospaced/stylesheet.css");

body {
    background-color: rgba(133,206,228,1.00);
    margin-right: 0px;
    margin-left: 0px;
}
main {
    width: 1200px;
    background-color: rgba(134,207,229,0.84);
    height: 550px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 25px;
}
.secline {
    border-left: 8px dotted rgba(153,214,233,1.00);
}

.leftsec {
    background-color: rgba(249,246,234,0.86);
    width: 45%;
    height: 500px;
    float: left;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 15px rgba(88,84,85,0.58);
    box-shadow: 10px 10px 15px rgba(88,84,85,0.58);
    background-size: cover;
    background-image: url(texture-2.jpg);
}

.rightsec {
    background-color: rgba(249,246,234,0.86);
    width: 50%;
    height: 500px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-box-shadow: 10px 10px 15px rgba(88,84,85,0.58);
    box-shadow: 10px 10px 15px rgba(88,84,85,0.58);
    background-size: cover;
    background-image: url(texture-2.jpg);
}

p {
    color: rgba(55,50,50,1.00);
    font-family: "ChenYuluoyan Thin Monospaced";
    font-size: 14pt;
    line-height: 1.6em;
    /* [disabled]padding-top: 5px; */
    /* [disabled]padding-right: 5px; */
    /* [disabled]padding-bottom: 5px; */
    /* [disabled]padding-left: 5px; */
    letter-spacing: 0pt;
    text-align: justify;
    font-weight: normal;
    text-indent: 2em;
}



img {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 20pt;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
h1 {
    font-family: "ChenYuluoyan Thin Monospaced";
    font-size: 25pt;
    text-align: center;
}
div {
    background-color: rgba(239,232,210,0.87);
    width: 100px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: visible;
    margin-top: 19px;
    margin-left: 198px;
    margin-bottom: -11px;
}


.p-up {
    padding-top: 0px;
    margin-top: -15px;
}
h2 {
    text-align: center;
    font-family: "ChenYuluoyan Thin Monospaced";
    font-size: 25pt;
}
