* {
    font-family: "SimSun";
}
body {
    background-color: rgb(0, 0, 0);
}
h1 {
    color: white;
    text-align: center;
}
TextBox {
    color: white;
    text-align: left;
}

Box {
    line-height: 18px;
    margin-top: 1.5%;
    padding: 30px;
    border-style: double;
    border-color: rgb(140, 70, 70);
    float: left;
    display: block;
    margin-left: 3.5%;
    height: 95%;
    width: 45%;
    scrollbar-color: rgb(140, 70, 70) rgb(0, 0, 0);
    scrollbar-width: thin;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: #000000;
    font-family: Serif;
    text-align: left;
    font-size: 16px;
}
a {color: rgb(255, 110, 110);}
b {color: rgb(140, 70, 70);}