#divSyncAPP .dialogContent, #sync-app-wrapper{
    background-color: #f4f4f4!important;
    box-sizing: border-box;
    text-align: center;
}

.app-header {
    font-weight: 100;
    color: #333333!important;
    font-size: 46px!important; 
}

.app-text {
    color: #333333!important;
    font-size: 20px!important;
}

.phone {
    width: 270px;
    height: 542px;
    margin: 40px auto;
    background-color: #FFFFFF;
    border-radius: 50px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

.phone::after {
    content: "";
    width: 114px;
    height: 8px;
    background-color: #BFBFBF;
    border-radius: 4px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 57px)
}

.qr-code-container {
    width: 150px;
    height: 150px;
    background-color: #BFBFBF;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

.app-store-links {
    width: 363px;
    height: 54px;
    margin: 30px auto auto auto;
    display: flex;
    justify-content: space-between;
}

.app-store-link {
    width: auto;
    height: 54px;
}