  .credits {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }

  .credits img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
  }

 .credit {
    margin-top: 15px;
    }

  .info {
      display: flex;
      flex-direction: column;
    }

  .name {
      font-weight: bold;
    }

  .publisher {
      font-weight: none;
    }

  .role {
      font-size: 12px;
    }
