.sd-root-modern {
    background-color: transparent;
}

.sd-root-modern div {
    border-radius: 20px !important;
}

.sd-btn {
    border-radius: 20px;
    margin-top: -15px;
}

.flirtContent {
    padding-left: 3vw;
}

.flirtContent strong {
    font-size: 48px;
    font-weight: bolder;
    color: #85b3e0;
}

.row.flirtContent .quote {
    font-size: 25px;
    margin-top: 3pc;
}

.row.flirtContent .user {
    font-size: 20px;
}

.sd-btn {
    background: #19b394;
    color: white;
    box-shadow: 0 0 0 2px white;
}

#userIMG {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100% !important;
}

.text-color-555 {
    color: #555
}

.bold-700 {
    font-weight: 700;
}

.ps-55px {
    padding-left: 55px;
}