.lovebox{
width: 500px;
margin: 5px auto;	
	padding: 4px;
}
.lovepic{
border:3px solid #0066a2;
border-radius:20%;
	height: 100px;
	width: 90px;
}
.lovefact{
color:#0f0f0f;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.lovefacts{
font-size: 12px;
font-weight: bold;
border-bottom: 1px solid #0f0f0f;
text-transform: uppercase;
}
.love_menu{
color:#0f0f0f;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.love_menu a{
color:#0f0f0f;
font-size: 12px;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

.pair_main {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	outline: 1px solid #fff;
	outline-offset: 10px;
}

.pair_left {
	width: 50%;
}

.pair_right {
	width: 50%;
}

.pairpic {
	width: 150px;
	height: 150px;
	object-fit: contain;
	background: #fff;
	padding: 10px;
}

.pairoption {
	width: 100%;
}