.text-color {
  color: #9333a8;
}

.header {
  background-image: url("../images/3.png");
  background-size: cover;
  background-position: center 10%;
  background-repeat: no-repeat;
  aspect-ratio: 3/1;
  min-height: 220px;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0.85;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.header h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.85), 0 1px 0 #000;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header p {
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.85), 0 1px 0 #000;
  background: rgba(103, 15, 191, 0.65);
  display: inline-block;
  padding: 0.7rem 1rem;
  border-radius: 1.2rem;
  color: #fff;
}
