.pairviewCont {
    display: flex;
    /* background: #fff; */
    width: 409px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    float: left;
    margin: 10px;
}
.pairviewFrame {
    width: 409px;
    border: 1px solid #4c4d1b38;
    margin: 9px;
    /* float: right; */
}
.pairviewLeft {
    float: left;
    width: 100px;
}

.lovefacts {
    /* font-weight: 600; */
    text-transform: uppercase;
    widtH: 205px;
    margin-left: 103px;
    margin-right: 93px;
    text-align: center;
    font-size: 21px;
    line-height: 19px;
    position: relative;
    white-space: normal;
    letter-spacing: 1px;
    font-family: 'kenyan_coffeeregular';
    float: left;
    margin-top: -81px;
}

span.loveand {
    font-size: 53px;
    position: absolute;
    font-family: 'Cuprum', sans-serif;
    font-weight: 500;
    font-style: italic;
    margin-top: 2px;
    margin-left: -19px;
    /* z-index: 0; */
    opacity: 0.1;
}

.pairviewRight {
    width: 100px;
    /* float: right; */
    margin-top: 0px;
    margin-left: 309px;
}
		