.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;
}


.pairing_row {
  width:100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0px;
  border:5px solid transparent;
  outline: 1px solid #bbbbbb1A;
}

.pairing_img {
  width: 150px;
  height:150px;
  background: url(https://cdn.discordapp.com/attachments/1015173746564280330/1038800497508896789/donnor_icon.jpg);
  overflow:hidden;
}

.pairing_mid {
  flex-grow: 1;
  box-sizing: border-box;
	display: flex;
	align-items: center;
  height:150px;
  position: relative;
  border: 0px solid #000;
  background: url(https://i.imgur.com/eqzrveU.png)
}

.pairing_arr_lef {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 40px solid #bbbbbb1A;
  border-bottom: 25px solid transparent;
  position: absolute;
  top: 5px;
  left: 5px;
  overflow: hidden;
}

.pairing_part_one {
  width: 200px;
  height: 30px;
  backgroundd: #bbbbbb1A;
  position: absolute;
  top: 15px;
  left: 40px;
  font-size: 14px;
  line-height: 30px;
  text-align:center;
  font-weight:bold;
  color: #c33b48;
  overflow: hidden;
  z-index:88;
}

.pairing_partone {
  width: 160.0px;
  border-style: solid;
  border-color: transparent transparent #bbbbbb1A transparent;
  border-width: 0 25px 30px 0px;
  transform: scaleY(-1);
  position: absolute;
  top: 15px;
  left: 45px;
  z-index:1;
}

.pairing_part_mid {
  width: 40px;
  height: 120px;
  transform: skew(-40deg);
  background: #bbbbbb1A;
  position: absolute;
  top: 15px;
  left: 180px;
  z-index:10;
}

.pairing_arr_rig {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 40px solid #bbbbbb1A;
  border-bottom: 25px solid transparent;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.pairing_part_two {
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 40px;
  font-size: 14px;
  line-height: 30px;
  text-align:center;
  font-weight:bold;
  color: #c33b48;
  z-index:88;
}

.pairing_parttwo {
  width: 160.0px;
  border-style: solid;
  border-color: transparent transparent #bbbbbb1A transparent;
  border-width: 0 0px 30px 25px;
  transform: ;
  position: absolute;
  bottom: 15px;
  right: 45px;
  z-index:1;
}

.pairing_mitte {
  width: 87%;
    height: 105px;
    margin: auto;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    font-size: 18px;
    font-family: 'raleway';
	text-transform: uppercase;
    color: var(--text);
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}