body {
  font-family: Arial;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  background: 
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url(/images/background-grass.webp);
;
}

body::after{
  rgba(0, 0, 0, 0.5);
}

h2 {
  color: white;
}

span {
  color: red;
  font-size: 15px;
}

.section {
  display: flex;
  gap: 30px
}

.box {
  text-align: justify;
  border: 2px solid black;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}