*{
    padding:0px;
    margin:0px;
}

body{
    background: url(img/background.jpeg) no-repeat center fixed; 
    background-size: cover;
}    

.contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:darkgoldenrod;
    width: 600px;
    height: 362px;
    margin: 0 auto;
    margin-top: 12%;
}

.contenedor img {
    width: 580px;
    height: 342px;
}

h1{
     /* FORMATO TEXTO */
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size:  40px;
    text-shadow: 2px 2px 1px black;
}