* {
    font-family: 'Poppins', sans-serif;
    touch-action: manipulation;
}

body{
    text-align: center;
}

.money {
    height: 35px;
    justify-content: center;
    display: flex;
    align-items: center;
    
}

#shop{
    display: flex;
    width: 100%;
    overflow-x: auto;
}

.money h1 {
    margin: 0px;
}

.money img {
    height: calc(100% - 10px);
}

.costo{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.shop-btn img{
    height: 100%;
}

.shop-btn{
    text-align: center;
    max-width: 200px;
    min-width: 100px;
    padding: 10px;
    border-radius: 20px;
    background: #1F63B3;
    background: -webkit-linear-gradient(top left, #1F63B3, #B48CDD);
    background: -moz-linear-gradient(top left, #1F63B3, #B48CDD);
    background: linear-gradient(to bottom right, #1F63B3, #B48CDD);
    
    color: whitesmoke;
    cursor: pointer;
    margin: 10px;
}

.shop-btn .shop-data{
    text-align: center;
}

.shop-images img{
    height: 40px;
}

.shop-icon{
    height: 100px;
}

.point-btn{
    font-size: 30px;
    text-align: center;
    background: #1F63B3;
    background: -webkit-linear-gradient(top left, #1F63B3, #B48CDD);
    background: -moz-linear-gradient(top left, #1F63B3, #B48CDD);
    background: linear-gradient(to bottom right, #1F63B3, #B48CDD);
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    color: whitesmoke;
    cursor: pointer;
}


.point-btn.sml{
    font-size: 15px;
}

.ej img{
    height: 100px;
    margin: 5px;
    border-radius: 10px;
}

.ej{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.personaje h1{
    font-size: 20px;
    text-align: left;
}