.pairview_flex {
    display: flex;
    justify-content: center;
}

.pairview_flex > div{
    padding: 5px 10px;
    margin: 2px 10px;
}


.pairview_cat{
    background: #332b3f;
  color: rgba(159, 155, 172, 0.9);
    font-family: "Arvo", serif;
  padding: 7px;
}
.pairview_pairs{
    display: flex;
    align-items: center;
flex-wrap: wrap;
}


.pairview_pair{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 20px;
    flex-wrap: wrap;
}

.pairview_lovers_pic{
    height: 70px;
    width: 70px;
    border-radius: 100%;
    padding: 5px;
    text-align: center;    
    border: 1px solid #332b3f;
}

.pairview_lovers_pic img{
        height: 70px;
    width: 70px;
    border-radius: 100%;

}

.pairview_lovers{
    padding: 5px 10px;
    text-align: center;
    position: relative;
    z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lovername{
    width: 100%;    
}

.pairview_and{
  text-align: center;
  color:rgba(51, 43, 63, 0.1)
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
    width: 100%;    
    text-align: center;
}