.fondo {
    background-image: url('Fondo.jpg'); 
    height: 310px; 
    min-width: 310px; 
    background-size: cover; 
    background-position: center;
}

#objeto {
    overflow: hidden;
    margin: 0%;
    box-sizing: border-box;
    padding: 0%;
    text-align: center;

}

.video-goku { 
    width: 180px; 
    height: 180px; 
    display: flex; 
    justify-content: center;
}

#objeto video {
    width: 100%;
    height: auto;
    display: block;
    
}

h1 {
    text-align: center;
}
