body{
    background-color:rgb(109, 83, 103);
    /*background-image: url(../imagenes/fondo.jpg);
    background-size: 100vw 100vh;*/
}

h1{
    color: white;
    font-size: 80px;
    text-align: center;
    padding-top: 60px;
}

h2{
    color: rgb(126, 226, 251);
    font-size: 30px;
    text-align: center;
    
}
.banner{
    background-image: url("../imagenes/imagenes_city/ciudadred.jpg");
    background-size: 100% 100%;
    height: 300px;
}
.container{
    border: solid 1px #e8e8e880;
}
.enunciado h3{
    color: black;
    /*color: #e8e8e8;*/
    text-align: center;
}
.card img{
    height: 250px;
}


footer{
    background-color:rgba(0, 0, 0, 0.856);
    height: 250px;
    color: #e8e8e8;
}
footer img{
    margin-top: 30px;
    width: 300px;
}