.isMobile,
.isWeb {
    background-color: rgba(0, 0, 0, 1);
}

.m-show-content {
    padding-left: 3rem;
}

.m-introduction-team {
    font-size: 0.5rem;
    padding-top: 0.5rem;
    line-height: 0.8rem;
    font-weight: 200;
}

.m-qr-code-room {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.m-qr-code {
    width: 3rem;
    margin-right: 0.5rem;
}

.m-qr-text {
    font-size: 0.7rem;
    font-weight: 400;
}

.footer {
    color: #ffffff;
}

