header {
    background-color: rgb(215, 87, 87);
}

section {
    background-color: beige;
}

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

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

.gif {

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

}

h1{
    background-color: #333;
    color: white;
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    text-align:center;
}

h2{
    background-color: beige;
    display: block;
    margin-left: auto;
    margin-right: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;

}

.contenedor{
    background-color: beige;
    
    height: 50vh;

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

.contenedor2{
    background-color:white;
    
    height: 50vh;

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

.contenedor3{
    background-color: white;
    
    height: 50vh;

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

.contenedor4{
    background-color: white;
    
    height: 50vh;

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

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

    
}

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

