.container-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 90%;
  text-align: center;
  gap: 10px;
}

.container-content .t-shirt-symbol {
  position: absolute;
  top: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  text-align: center;
  height: 3rem;
  border: none;
  border-radius: 2rem;
  transition: 0.5s;
  background-color: white;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  gap: 10px;
}

.container-content .t-shirt-symbol:hover {
  background-color: black;
  color: white;
}

.container-content .t-shirt-symbol:active {
  background-color: white;
  color: black;
}

.container-content h5 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.container-content p {
  width: 80%;
  margin: 0;
}

.container-content .hoodie-img {
  width: 100%;
  height: 37.3rem;
  overflow: hidden;
}

.container-content .hoodie-img img {
  width: 53%;
  height: 150%;
}
