.double-line {
  height: 5px;
  background: #333;
  box-shadow: 0 40px 0 #333;
  margin: 200px 0;
}

.hero-title {
  font-family: 'Georgia', serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 50px 0;
  line-height: 1.3;
}
