.hero {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("Hyperspace.webp");
    
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: rgb(252, 236, 16); /* testo leggibile */
  padding: 100px 20px;
  text-align: center;
}
.hero p {
  color: white;
}