.pattern-bg {

    background-image: url('../src/webb.png');
    background-repeat: repeat; /* Repetir el patrón */
    background-size: auto; /* O ajusta el tamaño si es necesario */
}
