body {
  background: url("../img/cosmos.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cards_custom {
  /* position: absolute; */
  width: 824px;
  margin: 0 auto;
  box-sizing: border-box;
  top: 370px;
  left: calc(50vw - 412px);
}

.cards_image {
  width: 400px;
  margin: 0 auto;
}

.texto_principal {
  font-size: 1rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.hands {
  width: 150px;
  float: left;
}
.img_extra {
  width: 280px;
  height: 300px;
  position: absolute;
  top: 500px;
  right: 15%;
  /* padding: 15px; */
  text-align: center;
}