html,
body {
    margin: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    display: flex;
    justify-content: center;
}


.header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.dr {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.header1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.headertitle {
    font-size: 40px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.headerdesc {
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 14px;
}

.content {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

.app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 105px;
    height: 105px;
}

.appname {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.desc {
    font-size: 14px;
    width: 252px;
    margin-top: 20px;
}

.downloadbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    width: 252px;
    height: 50px;
    align-self: center;
    overflow-wrap: break-word;
    background-color: rgba(84, 113, 235, 1);
    border-radius: 4px;
}

.downloadtext {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 800;
}

.copytip {
    margin-top: 14px;
    font-size: 14px;
    width: 252px;
    color: rgba(0, 0, 0, 0.45);
}

.content1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qrcodescan {
    text-align: center;
    margin-top: 66px;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    width: 221px;
}

.qrcodescan1 {
    text-align: center;
    margin-top: 66px;
    font-size: 18px;
    color: #121212;
    width: 221px;
    font-weight: 600px;

}

.desc1 {
    margin-top: 20px;
    width: 320px;
    font-size: 14px;
    text-align: center;
    color: #777777
}

.qrcode {
    margin-top: 10px;
    width: 225px;
    height: 225px;
}

.copyright {
    color: rgba(0, 0, 0, 0.45);
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#banner {
    background-color: #040000;
    display: inline-block;
    height: 200px;
}

#banner1 {
    background-color: #040000;
    display: inline-block;
    height: 200px;
}
 .privacy {
        margin-top: 20px;
        height: 20px;
        font-weight: 600;
        width: 100px;
        font-size: 20px;
    }