.header>img {
    display: block;
    width: 70px;
    margin: 20px auto;
}

.header>h1 {
    font-size: 18px;
    color: rgba(242, 140, 0, 1);
    text-align: center;
}

.QRArea {
    width: 400px;
    height: 40rem;
    margin: 20px auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 6px solid rgba(242, 140, 0, 1);
    position: relative;
}

.QRArea>p {
    margin-top: 20px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.QRImg {
    display: block;
    width: 350px;
    margin: 20px auto 30px;
}

.scanImg {
    display: block;
    width: 26px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
}
#intro-con {
    background: none;
    border-radius: none;
}