.cover_profil {
  background: #33312c;
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
  top: 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 4;
}

.cover_profil img {
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease-in-out;
}


.ava_profil {
	background: #33312c;
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 3px solid #494740;
	margin: auto;
	position: relative;
	top: -60px;
}

.ava_profil img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
}

.nick_profil {
	margin: auto;
	position: relative;
	top: -60px;
	text-align: center;
	font-size: 22px;
}

.mail_profil {
	position: relative;
	top: -130px;
	float: right;
	margin-right: 30px;
  width: 40px;
}

.mail_profil span {
	color: #fffddd;
	font-size: 30px;
}

.present_profil {
	position: relative;
	top: -130px;
	margin-left: 30px;
  width: 40px;
}

.present_profil span {
	color: #fffddd;
	font-size: 30px;
}

.block_profil {
	position: relative;
	top: 0px;
}

.block_profil .block a {
	padding: 10px;
	color: #fffddd;
	display: block;
}

.anime-card {
      width: 220px;
      background: #e2939d;
      border-radius: 15px;
      padding: 15px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      text-align: center;
      position: relative;
      display: inline-table;
      margin: 5px;
    }

    .anime-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 12px;
      border: 1.5px solid #f9e3eb;
      margin-bottom: 12px;
    }

    .anime-title {
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 1.2em;
    }

 


.links_container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  padding: 10px;
  margin: 10px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  WIDTH: auto;
}
.links_container::-webkit-scrollbar {
  display: none;
}

.link_block {
  flex: 0 0 150px;
  padding: 10px 15px;
  background: #bf737c;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  border: none;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.link_block:hover {
  background: #a85a61;
}
.mb {
    background: #bf737c;
    padding: 0bf737cpx;
    border-radius: 20px;
    margin-top: 5px;
    text-align: center;
}

.mb a {
    padding: 13px 13px 18px 13px;
    color: #fffddd;
    display: block;
}