.hero {
  background: linear-gradient(to right, #2575fc, #6a11cb);
  color: white;
  text-align: center;
  padding: 80px 20px;
}
.hero-content h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.hero-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
}
.hero-content .btn {
  background: white;
  color: #2575fc;
  padding: 12px 25px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}
