I would like to add CSS to the background image but I can't find how to do it.
I would like to add: filter: blur (1rem);
.main-content {
  background: url('assets/img/pain.jpg') no-repeat center center;
  background-size: cover;
  color: black;
}
thank you