body{
    background: linear-gradient(rgba(5, 7, 12, 0.70),rgba(5, 7, 12, 0.70)),
    url(imgs/Dennis\ fase\ 2.jpg);

    background-size: cover;
    min-height: 100vh;
    background-repeat: no-repeat;
}

img {
    width: 90%;
    filter: saturate(0);
}

a:hover img {
    filter: saturate(1);
}

.imgs {

    width: 90%;
    filter: saturate(0);

}

.contenedor{
     height: 50vh;

    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
   }

.contenedor2{
    
    height: 50vh;

    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}

.contenedor3{
    
    height: 50vh;

    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}
   

.Dibujo{
    margin: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    width: 400px;
    height: 400px;  
}