li {
margin: .75em;
}

.texturebg
{
 position: relative;
padding: 20px;
z-index: 1;
}

.texturebg::before {
 content: "";
background-image: url("./stripes2.jpg");
background-repeat: repeat;
position: absolute;
top:0;
right:-20%;
bottom: 0;
left: -20%;
opacity: .5;
z-index: -1;
}
.texturebg::after {
 content: "";
background-color: rgba(0,0,0,.2);

position: absolute;
top:0;
right:-20%;
bottom: 0;
left: -20%;
z-index: 0;
}

