*{
    margin: 0;
    padding: 0;
}

body > div:first-child video{
    position:absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body > div:nth-child(2) img{
    position: absolute;
    left: 45px;
    top: 38px;
    width: 16vw;
}

body > div:nth-child(3){
    position: absolute;
    right: 13%;
    bottom: 30%;
    display: flex;
    align-items: flex-end;
}

body > div:nth-child(3) > div:first-child > div:first-child img{
    width: 900px;
}

body > div:nth-child(3) > div:first-child div{
    
    display: flex;
    justify-content: end;
}

body > div:nth-child(3) > div:first-child > div:last-child{
    margin-top: 20px;
}

body > div:nth-child(3) > div:first-child > div:last-child img{
    width: 177px;
    margin-left: 20px;
    cursor: pointer;
}

#qrcode img {
    width: 180px;
    background-color: #fff;
    padding: 6px;
    margin-left: 3vw;
    border-radius: 10px;
}