*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



.fondo{
    background-color: #cab0b1;
}

.contenedor{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}


img{
    width: 100%;
    height: auto;
}


p{
    text-align: center;
}