body, pre {
    font-family: 'Abril Fatface', 'Noto Serif TC';
}

body {
    margin: 0;
    padding: 12px;

    background-color: #fff;

    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
body:before {
    background: none;
}
body::-webkit-scrollbar {
    width: 0; !important
}

body > div {
    width: 100%;
    color: #fff;

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
body > div > div {
    padding: 12px;
    max-width: 767px;

    height: calc(100vh - 48px);
    display: table-cell;
    vertical-align: middle;

    text-align: center;
}

h1, h3, p {
    margin: 0;
}

h1 {
    font-size: 48px;
    font-weight: 100;
}
h3 {
    font-size: 59px;
    font-weight: 100;
    text-align: justify;
}
p {
    padding-bottom: 16px;
    font-size: 16px;
}

pre {
    color: #000;
    font-size: 19px;
    text-align: left;
}
pre span {
    font-size: 9px;
}

a {
    font-size: 22px;

    cursor: default;
    text-decoration: none;
    transition: all .5s;
}

img {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    height: auto;
    max-width: 200px;
}

.line, a:hover .fa-line {
    color: #00c300;
}
.weixin, a:hover .fa-weixin {
    color: #7bb32e;
}
.whatsapp, a:hover .fa-whatsapp {
    color: #34b7f1;
}
.phone, a:hover .fa-phone-alt {
    color: #d20962;
}
.times, a:hover .fa-times {
    color: #000;
}

.fa-stack-1x, a:hover .line, a:hover .weixin, a:hover .whatsapp, a:hover .phone, a:hover .times {
    color: #fff;
}