.cromodex__container {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    position: relative;
}


.fondo {
    width: 100%;
    display: block;
}

#cromo__image {
    position: absolute;
    width: 290px;
    left: 420px;
    top: 80px;
}

#cromo__name {
    position: absolute;
    left: 120px;
    top: 125px;
    color: rgb(56, 175, 204);
}

#cromo__type {
    position: absolute;
    left: 120px;
    top: 190px;
    color: rgb(56, 175, 204);
    font-weight: 600;
}

#cromo__rarity {
    position: absolute;
    left: 120px;
    top: 220px;
    color: rgb(56, 175, 204);
    font-weight: 600;
}

#cromo__number {
    position: absolute;
    left: 300px;
    top: 400px;
    color: rgb(56, 175, 204);
    font-weight: 600;
}

#cromo__description {
    position: absolute;
    left: 120px;
    top: 250px;
    color: rgb(56, 175, 204);
    font-weight: 600;
    width: 230px;
    text-align: left;
}

button {
    background: none;
    border: none;
}

#previous {
    left: 97px;
    position: absolute;
    top: 471px;
    width: 50px;
}

#next {
    left: 316px;
    position: absolute;
    top: 472px;
}

button img {
    width: 60px;
}

#capsula__img {
    position: absolute;
    width: 340px;
    left: 780px;
    top: 60px;
    z-index: 2;
}

#personaje__rechulon {
    position: absolute;
    width: 500px;
    left: -390px;
    top: 70px;
    z-index: 3;
}

#cromo__pixel__image {
    position: absolute;
    top: 160px;
    left: 860px;
    z-index: 1;
    animation: flotar 3s ease-in-out infinite;
}

@keyframes flotar {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

#cromo__image,
#cromo__name,
#cromo__number,
#cromo__type,
#cromo__rarity,
#cromo__description,
#cromo__pixel__image {
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: scale(0.9);
}