#about {
  background: #131211;
}
#about >p {
  position: relative;
}
#about >p::before {
  position: absolute;
  inset: -1em;
  content: '';
  background: #131211;
  opacity: .9;
  z-index: -1;
}
