body, html{
    margin:0;
    font-family:Arial;
    text-align:center;
}

.bg{
    background:url('../images/bg-divine.jpg');
    background-size:cover;
}

.container{
    max-width:900px;
    margin:auto;
    padding:20px;
    background:rgba(255,255,255,0.9);
    border-radius:12px;
}

.tapala-row{
    display:flex;
    align-items:flex-start;
    gap:12px;
    text-align:left;
}

.tapala-img{
    width:120px;
    height:auto;
    display:block;
}




.hero{
    width:240px;
    margin:15px;
}

.btn, .game-card{
    display:inline-block;
    padding:12px 18px;
    margin:10px;
    background:#e67e22;
    color:white;
    border-radius:8px;
    text-decoration:none;
}

.highlight{ background:#6a5acd; }

button{
    padding:10px 15px;
    margin:6px;
    border:none;
    background:#e67e22;
    color:white;
    border-radius:6px;
    cursor:pointer;
}

button:hover{ opacity:0.85; }

.star{
    width:80px;
    animation:pop 0.5s ease;
}

@keyframes pop{
    from{transform:scale(0);}
    to{transform:scale(1);}
}

.om{ width:60px; }
