.pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: #6b1c1f;
     text-transform: uppercase;
    font-family: "Consolas", monospace;
    font-size: 19px;
    color: #b6a8a0;
  padding: 7px;
}
.pairview_pairs{
	
	align-items: center;
}


.pairview_pair{
	width: 95%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 20px;
	flex-wrap: wrap;
}

.pairview_lovers_pic{
	height: 80px;
	width: 80px;
	border-radius: 100%;
	
	text-align: center;	
	
}

.pairview_lovers_pic img{
		height: 80px;
	width: 80px;
	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:rgb(99, 70, 41);
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	width: 100%;	
	text-align: center;
}

		