header{
    color: mediumpurple;
    background-color: aquamarine;
    font-family: HYWenHei-85W;
    letter-spacing: 0.1cm;
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: aquamarine;
    font-weight: bold;
}

li {
    float: left;
}

li a {
    display: block;
    color: mediumpurple;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: mediumpurple;
    color: aquamarine;
}
#reede{
    position: relative;
    left: 0;
}
main h2{
    color: aquamarine;
    background-color: mediumpurple;
    font-family: HYWenHei-85W;
    letter-spacing: 0.1cm;
    text-align: center;
}
#textcolor{
    color: white;
    background-color: mediumpurple;
}
#textcolor1{
    color: white;
    background-color: mediumpurple;
}
footer{
    position: fixed;
    bottom: 0;
    color: aquamarine;
    background-color: mediumpurple;
    width: 100%;
    text-align: center;
}
main {
    font-weight: bold;
    font-family: HYWenHei-85W;
    line-height: 25px;
    padding: 2%;
    width: 50%;
    border-top: 6pt solid mediumpurple; /*dotted dashed*/
    border-bottom: 6pt solid mediumpurple;
    border-radius: 50px;
    font-size: large;
}
body{
    background-image: url("pilt4.jpg");
}
