@font-face {
    font-family: KanTingLiu;
    src: url(KanTingLiu.woff) format("woff");
        //url(KanTingLiu.ttf) format('truetype'),
        //url(KanTingLiu.otf) format("opentype"),
        //url(KanTingLiu.ttc);
    font-weight:400;
}

.weddings .special-text {
    font-family: 'KanTingLiu', sans-serif;
    font-size: 48px;
    color: rgba(255, 0, 0, 0.7);
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0;
    width: 70px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

.weddings .divider {
    z-index: 10;
    position: absolute;
    top: 35px;
    left: 75px;
    right: 15px;
    border-top: 1px solid rgba(255, 0, 0, 0.7);
}

.weddings .qrcode {
    background-image: url(qrcode.png);
    background-repeat: no-repeat;
    background-size: 100px 100px;
    width: 100px;
    height: 100px;
    bottom: 35px;
    right: 5px;
    position: absolute;
    background-color: white;
    border: 1px solid black;
    z-index: 100;
}

.weddings .wrapper {
    background: linear-gradient(to bottom, #ffffff 0%, #ff8aa5 100%);
}