body {
    width: 100%;
    height: auto;
    background: white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header {
    width: 100%;
    height: auto;
}

header img {
    width: 100%;
}

#text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #92cee1;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 3px;
    background: url("../images/text_bg.gif") repeat-x;
}

#title {
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    padding: 0 10%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 30px;
}

#time {
    width: 100%;
    height: 30px;
    text-align: right;
    font-size: 0.9rem;
    padding: 0 5%;
    margin: 1rem 0;
}

#content {
    width: 100%;
    padding: 5%;
    word-wrap: break-word;
    line-height: 30px;
}

/*#content > p {*/
/*    margin: 10px auto;*/
/*}*/

#content img {
    max-width: 100%;
}

#info {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    padding: 0 5%;
    margin-top: 20px;
}

#info > div {
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

#info > div:nth-child(2) {
    margin-left: 10px;
}

#info > div button {
    width: auto;
    height: 30px;
    border: none;
    border-radius: 5px;
    font-size: 0.9rem;
    background: #92cee1;
    margin-left: 20px;
    font-weight: bold;
    padding: 0.2rem 0.5rem;
    outline: none;
}

#option {
    width: 100%;
    height: 60px;
    margin: 80px auto 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#option > div {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #00a344;
    border-radius: 50%;
    display: flex;
    margin: auto 30px;
    align-items: center;
    justify-content: center;
}

#option img {
    height: 36px;
}

#qr-code {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 60px;
}

#qr-code img {
    width: 200px;
}

#qr-code p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer {
    width: 100%;
    padding: 0 5%;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 10px auto;
}
