.list_container {
  background:url(http://abload.de/img/josep-martins-ccmcuaoa0jdj.png);
  width:1000px;
  margin:auto;
  color:var(--text);
  font-family:var(--main);
  padding: 20px 0px;
}

.list_head {
  font-family:var(--head);
  text-align:center;
  font-size:40px;
margin-top:10px;
  
}


.list_headback {
    background:url(http://abload.de/img/sj-objio-xfwizta2ub0-gtjm4.jpg);
  background-size:cover;
  height:54px;
  margin-top:-24px;
}

.list_wrap {
  padding:20px;
  display:flex;
flex-wrap:wrap;
  gap:20px;
}

.list_user {
  flex: 1 0 45%;
	width: 50%;
    float: left;
  
}

.list_username {
  background-size:cover;
  font-family:var(--head);
  text-align:center;
	padding:5px;
  font-size:20px;
	font-family: 'SF Buttacup Lettering', sans-serif;
	background-color: #ffffff;
    margin: 5px;
}

.list_username > a {
	color: #1b5d6a;
}

.list_userflex {
  display:flex;
  justify-content:space-between;
  padding: 10px 0px;
	background-color: #d7e1e3;
	margin: 5px;
}

.list_userleft {
  flex: 0 0 35%;
	background-color: #9baeb2;
	margin: 0px 0px 0px 10px;
}

.list_usertext {
flex: 0 1 80%;
    text-align: justify;
    margin: 0px 10px;
    height: 220px;
    overflow: auto;
    font-size: 10px;
    padding: 5px 10px;
}

.list_usertext span {
  background:var(--mark);
  padding: 1px 3px;
}

.list_userpt {
  display:flex;
justify-content:end;
	padding: 10px 0px 0px 0px;
}

.list_userpt div {
  color: #6a868c;
    font-family: 'SF Buttacup Lettering', sans-serif;
    background-color: #ffffff;
    margin: 5px;
    padding: 5px 10px;
}

.list_userdate {
  text-align:right;
  padding:2px 10px;
	font-family: 'SF Buttacup Lettering', sans-serif;
    background-color: #ffffff;
    margin: 5px;
	width: 190px;
}

.list_userava{
      width: 100px;
    height: 100px;
  /* clip-path: polygon(74% 0, 0 49%, 74% 97%); */
   margin-top: -86px;
	margin-left: 41px;
}

.list_userava > img {
	border-radius: 100%;
    border: 2px solid #6a868c;
}

.list_useravatri {
        width: 70px;
    height: 70px;
	 /* border: 2px solid #6a868c; */
  margin-left: 54px;
margin-top: 28px;
  transform:rotate(45deg);
}