
body, html, .contenedor{height:  100%}
body{
    margin: 0;
    padding: 0;
}

.contenedor{
    

    width: 100%;
    
    background-image: url('images/azul.png') , url('imagenes/blanco.png'), url('imagenes/amarillo.png'), radial-gradient(circle , #f4f5fe , #fbfbfe)

}