body {
    margin: 0;
    font-family: "Comic Sans MS", cursive, sans-serif; /* 将字体改为卡通字体 */
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
/*第二块*/
#main_content {
    background-color: #25353a;
    background-image: linear-gradient(135deg, #25353a 0%, #6a6d9f 100%);

    background-attachment: scroll;
    background-repeat: repeat;
    background-position: top;
    background-size: 100%;
    width: auto;
    height: auto;
    background-blend-mode: lighten;
}
div {
    display: block;
}
.mw-content-ltr {
    direction: ltr;
}
#content {
    width: 950px;
    padding: 15px;
    border: none;
    color: black;
    margin-left: 20px;
    margin-right: auto;
    background-color: #00cbe9;
    background-image: linear-gradient(160deg, #00cbe9 0%, #80a7d0 100%);
    position: relative;
}
#globalWrapper {
    position: relative;
    font-size: 127%;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
body {
    font: x-small sans-serif;
    color: black;
    margin: 0;
    padding: 0;
    background-color: #aaaaaa;
}
#texts {
    position: relative;
    top: 0vw;
    padding: 3vw;
    overflow: hidden;
}
#texts h1 {
    font-size: 5em;
    color: #5FC2B3;
    font-family: 'Open Sans';
    z-index: 5;
    font-weight: bolder;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-shadow: 2px 2px 5px #C0C0C0;
    margin-left: 4.5vw;
    margin-right: 4.5vw;
}
h1{
    margin-bottom: 0px;
    border-bottom: none;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    overflow: hidden;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#texts .normal_texts {
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-left: 4.5vw;
    margin-right: 4.5vw;
}
.picture_and_explanation {
    text-align: center;
}
.picture_and_explanation img {
    max-width: 60vw;
    height: auto;
}
img {
    border: none;
    vertical-align: middle;
    overflow-clip-margin: content-box;
    overflow: clip;
    border: none;
    vertical-align: middle;
}
.picture_and_explanation p {
    font-size: 3em !important;
    font-family: Arial;
    color: grey;
    text-align: center;
    margin-left: 5vw !important;
    margin-right: 5vw !important;
}
#texts .normal_texts p {
    margin: 1.6vw 2.5vw;
    font-size: 2.1em;
    font-weight: 300;
    font-family: "LatoLight";
}
#texts .normal_texts h2 {
    margin: 1.6vw 2.5vw;
    font-size: 2.4em;
    font-weight: 300;
    font-family: "LatoLight";
}
#texts .normal_texts h3 {
    margin: 1.6vw 1.9vw;
    font-size: 2.4em;
    font-weight: 300;
    font-family: "LatoLight";
}
p{
    text-align: justify;
    line-height: 1.5em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
