
.father {
    display: flex;
    gap: 20px;
    width: 620px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.cardReward {
    height: 250px;
    width: 300px;
    /* background-color: white; */
    background-image: url('https://muevelyn.com/img/background.jpg');
    border-radius: 2%;
}

.cardReward2 {
    display: flex;
}

.barrita {
    border: 1px solid rgb(255, 0, 0);
}

.rewardT {
   text-align: center;
   color: white;
}

.rojoContainer {
    background-color: red;
    margin-top: 0;
    color: white;
    border-radius: 3%;
    font-size: 25px;
    text-align: center;
}

.textoPremios {
    color: white;
}