body, html {
    height: 100%;
    margin: 0;
}

.bgimg {
    background-image: url('https://balance-card.shop/wp-content/uploads/2019/01/background-159244_1280-1.jpg');
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: "Microsoft YaHei Light", monospace;
    font-size: 25px;
    box-shadow: 0 0 0 3px black, 0 0 0 6px white;
}
.text {
    color: #4a4a4a;
    font-family: "Microsoft YaHei Light", monospace;
    font-size: 25px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border: 3px solid #dcdcdc;
    border-radius: 5px;
    padding: 10px 0px 5px 0px;
}

hr {
    margin: auto;
    width: 40%;
    color: antiquewhite;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

h2 {
    margin: 0;
    font-family: "Microsoft YaHei Light", monospace;
    font-size: 1.7em;
    color: antiquewhite;
    font-weight: bold;
}

p {
    font-family: "Microsoft YaHei Light", monospace;
    font-size: 1.1em;
    font-weight: bold;
    color: antiquewhite;
}
.non_italic{
    color: antiquewhite;
    font-family: "Microsoft YaHei Light", monospace;
    font-style: normal;
}
@media only screen and (min-width: 800px) {
    h2 {
        font-size: 1.7em;
    }
    p {
        font-size: 1.1em;
    }
}

@media only screen and (max-width: 320px) {
    h2 {
        font-size: 1.7em;
    }
    p {
        font-size: 1.1em;
    }
}
.btn{
    color: antiquewhite;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    font-family: "Microsoft YaHei Light", monospace;
}

h2{
    border-bottom: 1px solid white;
}