.hero-image{
  background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)),url('./bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.hero-image h2{
  text-shadow: 2px 2px 2px #000000;
}
