.contenedoro{
    background-image: linear-gradient(rgb(122, 122, 122), gray);
    background-repeat: no-repeat;
}
.contenedor--wpp{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7em;
}


.contenedor--wpp p {
    font-size: 2em;
    color: white
}

.contenedor--wpp a {
    width: 50%;
    color: white;
    text-align: center;
    font-size: 2em;
    background-color: rgb(16, 32, 74);
}

.contenedor--wpp a:hover{
    background-color: rgb(22, 56, 143);

}
