body {
    margin: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

#qr>img {
    width: 100%;
    height: 100%;
}

#qr {
    border: white solid 25px;
    height: 35vh;
    width: 35vh;
}

.font-light {
    font-weight: 300 !important;
}

.font-regular {
    font-weight: 400 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.text-purple {
    color: #6945A5;
}

@media only screen and (max-width: 2060px) {
    #qr-row {
        flex-wrap: unset;
    }
}

#content-web {
    margin-left: 40vh;
    margin-right: 20vh;
}

#right-content {
    padding-right: 5rem;
    padding-left: 5rem;
}

#app-name {
    font-size: 30px;
}

#how-to-login {
    padding-inline-start: 20px;
}

.fs-25 {
    font-size: 25px;
}

#web-note {
    padding-inline-start: 20px;
}