.blani {
    width: 110px;
    height: 50px;
    background-color: var(--verm11);
    border: 3px solid white;
    margin: 5px;
    display: inline-flex;
    box-shadow: 0 0 7px 2px #00000061;
    border-radius: 5px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .anime-bl {
    width: 30%;
    display: inline-grid;
    align-items: center;
    text-align: center;
    height: 130px;
    border: 8px solid white;
    margin: 8px 10px;
    box-shadow: 0 0 7px 2px #0000003d;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    color: white;
}
.anime- {
    width: 100%;
    padding: 6px 0;
    display: inline-block !important;
    text-align: center;
  }

  @media(max-width:860px){
    .anime-bl {
      width: 90%;
  }
  }