
body{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    background:#ffffff;
    color:#111;
}

header{
    text-align:center;
    padding:60px 20px 40px;
}

header img{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:18px;
}

.redes{
    display:flex;
    justify-content:center;
    gap:25px;
    margin-top:20px;
}

.redes a{
    font-size:22px;
    color:#111;
    transition:0.3s;
}

.redes a:hover{
    transform:scale(1.2);
}

.menu{
    text-align:center;
    padding:20px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.menu a{
    margin:0 15px;
    text-decoration:none;
    color:#111;
    font-weight:500;
}

.section{
    padding:40px 70px;
}

.player-container{
    text-align:center;
    margin:50px 0;
}

iframe{
    width:780px;
    max-width:95%;
    height:440px;
    border:none;
    border-radius:14px;
}

.game-img{
    width:300px;
    margin:15px;
    border-radius:12px;
}

.game-frame{
    width:100%;
    height:500px;
    border-radius:14px;
    border:1px solid #eee;
}
