body{
    margin:0;
    background:black;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
}

/* contenedor del juego */
#contenedor{
    position:relative;
    width:530px;
}

/* imagen principal */
#regalo{
    width:530px;
    display:block;
}

/* zonas invisibles */
#botonSi, #botonNo{
    position:absolute;
    top:176px;
    width:105px;
    height:40px;
    cursor:pointer;
}

#botonSi{ left:28px; }
#botonNo{ right:30px; }