*, *::before *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.category {
  margin-bottom: 30px;
}

.category h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.player {
  display: inline-block;
  position: relative;
  width: 250px;
  height: 350px;
  margin: 20px;
  overflow: hidden;
}

.player img {
  max-width: 100%;
  max-height: 100%;
}

.player .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.player h3 {
  margin-top: 0;
  margin-bottom: 100px;
}

.player p {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  width: 100px;
}

.logo {
  width: 100px;
  height: 100px;
  display: block;
  margin: auto;
}