body{
    background-image: url("../images/Fondo.jpg");
}
h1{
    font-size: 4rem;
font-weight: bold;
}
.header1{
    width: 98%;
    margin: 0 auto
}
.footer1{
    
    background-color: #0D1940;
    color: white;
    font-weight: bold;
    width: 100%;
    margin:  0 auto;
    
    position: fixed;
    bottom: 0;
    text-align: center;
}
.bgazul{
    background-color: #0D1940;
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
}
.bgwhite{
    background-color: white;
    color: darkgray;
}
.imgcenter{
    padding: 10px ;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.imgcenter img{
    text-align: center;
}
.center1{
    width: 100%;
    text-align: center;
}