body {
    align-items: center;
    background-color: #efefef !important;
}

.page-box {
    max-width: 800px;
    display: block;
    background-color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    margin: 2rem auto;
}

p img {
    max-width: 100%;
}

div p {
    line-height: 180%;
    /* font-family: "LXGW WenKai Screen", sans-serif; */
}

h2 {
    margin-bottom: 15px;
}