.hero-text {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.8);
}

.hero-subtext {
  color: black;
  font: bold;
}
.hero-subtexttwo {
  color: rgb(36, 36, 36);
  font: bold;
}
